Skip to content

Commit b7f15a8

Browse files
committed
remove added assertion
1 parent e9ff8a3 commit b7f15a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/test/shared/schemas.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ describe('SchemaService', function () {
5656
schema: 'sam',
5757
})
5858
await service.processUpdates()
59-
assert.ok(stub.firstCall.args[0])
6059
assert(stub.firstCall.calledWithExactly(fooUri, cfnSchema))
6160
assert(stub.secondCall.calledWithExactly(barUri, samSchema))
6261
})

0 commit comments

Comments
 (0)