Skip to content

Commit d1980ad

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

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
@@ -201,7 +201,7 @@ describe('new Connection()', function () {
201201
});
202202

203203
it('calls the operation description callback with the document', function () {
204-
expect(callbackSpy).to.be.calledWith(undefined, document);
204+
expect(callbackSpy).to.be.calledExactlyOnceWith(undefined, document);
205205
});
206206
});
207207

0 commit comments

Comments
 (0)