Skip to content

Commit

Permalink
fix: test gh-13052
Browse files Browse the repository at this point in the history
  • Loading branch information
IslandRhythms committed May 18, 2023
1 parent b7b2e42 commit 621d825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docs/debug.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('debug: shell', function() {
await Test.create({ name: 'foo' });
assert.equal(args.length, 1);
assert.equal(args[0][1], 'insertOne');
assert.strictEqual(args[0][3], undefined);
assert.strictEqual(args[0][4], undefined);

await m.disconnect();
});
Expand Down

0 comments on commit 621d825

Please # to comment.