test(AWS MSK): Fix test description (#12044)

This commit is contained in:
Ben Griffiths 2023-06-28 08:29:05 +01:00 committed by GitHub
parent e1039ded5c
commit aefdfe5020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ describe('AwsCompileMSKEvents', () => {
});
describe('when startingPosition is AT_TIMESTAMP', () => {
it('if startingPosition is not provided, it should fail to compile EventSourceMapping resource properties', async () => {
it('if startingPositionTimestamp is not provided, it should fail to compile EventSourceMapping resource properties', async () => {
await expect(
runServerless({
fixture: 'function',