Skip to content

Commit a1dc45b

Browse files
committed
test: modify test name re: code review comments
1 parent 6c4d836 commit a1dc45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docs/transactions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ describe('transactions', function() {
397397
assert.equal(docs[0].name, 'test');
398398
});
399399

400-
it('transaction() retains modified status for documents created outside the transaction (gh-13973)', async function() {
400+
it('transaction() retains modified status for documents created outside of the transaction then modified inside the transaction (gh-13973)', async function() {
401401
db.deleteModel(/Test/);
402402
const Test = db.model('Test', Schema({ status: String }));
403403

0 commit comments

Comments
 (0)