Skip to content

Commit

Permalink
fix: unit test for StartingPositionTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Iasella committed Oct 27, 2022
1 parent 315796e commit 315ca5c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -536,7 +536,7 @@ describe('test/unit/lib/plugins/aws/package/compile/events/kafka.test.js', () =>
describe('startingPositionTimestamp', () => {
it('should fail to compile EventSourceMapping resource properties for startingPosition AT_TIMESTAMP with no startingPositionTimestamp', async () => {
await expect(
await runServerless({
runServerless({
fixture: 'function',
configExt: {
functions: {
Expand Down

0 comments on commit 315ca5c

Please sign in to comment.