Skip to content

Commit 05f1d3f

Browse files
committed
fixup: update test along with previous commit
1 parent 1597ace commit 05f1d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-service/src/csfle-collection-tracker.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ describe('CSFLECollectionTracker', function () {
469469
}
470470
expect(err).to.be.instanceOf(Error);
471471
expect(err.message).to.match(
472-
/\[Compass\] Missing encrypted field information of collection/
472+
/\[Compass\] Missing encrypted field information for collection/
473473
);
474474
});
475475

0 commit comments

Comments
 (0)