Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: debug
  • Loading branch information
durran committed Oct 8, 2024
commit 26b40f88881e721b4dac190909c4f480914ed5fc
1 change: 1 addition & 0 deletions test/tools/unified-spec-runner/match.ts
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ export function expectErrorCheck(
if (error instanceof MongoClientBulkWriteError) {
mongoError = error.error;
}
console.log(error, mongoError);
for (const errorLabel of expected.errorLabelsContain) {
expect(
mongoError.hasErrorLabel(errorLabel),
Expand Down