Skip to content

Commit 29cb6e8

Browse files
Update test/unit/cmap/connection.test.ts
Co-authored-by: Bailey Pearson <[email protected]>
1 parent d1980ad commit 29cb6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/cmap/connection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ describe('new Connection()', function () {
234234
});
235235

236236
it('calls the operation description callback with the document', function () {
237-
expect(callbackSpy).to.be.calledWith(undefined, document);
237+
expect(callbackSpy).to.be.calledExactlyOnceWith(undefined, document);
238238
});
239239
});
240240
});

0 commit comments

Comments
 (0)