Skip to content

Commit a6ba3b5

Browse files
committed
debgu
1 parent 2cbc16f commit a6ba3b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,9 @@ describe('lib/main', function () {
13611361

13621362
describe('_listEventSourceMappings', () => {
13631363
it('simple test with mock', () => {
1364+
mockLambdaClient.reset()
1365+
mockLambdaClient.on(ListEventSourceMappingsCommand).resolves(lambdaMockSettings.listEventSourceMappings)
1366+
13641367
return lambda._listEventSourceMappings(
13651368
lambdaClient,
13661369
{ FunctionName: 'test-func' }

0 commit comments

Comments
 (0)