Skip to content

Commit

Permalink
add sample test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 12, 2023
1 parent 19adb07 commit 3e165d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/docs/transactions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ describe('transactions', function() {
// Session isn't committed
assert.equal(await Character.countDocuments({ title: /hand/i }), 0);

await tyrion.doesNotExist();
await tyrion.deleteOne();

// Undo both update and delete since doc should pull from `$session()`
Expand Down

0 comments on commit 3e165d4

Please sign in to comment.