Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwight committed Aug 3, 2010
1 parent ad89486 commit 9701370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstests/replsets/rollback2.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function doInitialWrites(db) {
t.insert({ q: 3, bb: 9, a: "foo" });
t.insert({ q: 40, a: 1 });
t.insert({ q: 40, a: 2 });
i.insert({ q: 70, txt: 'willremove' });
t.insert({ q: 70, txt: 'willremove' });
}

/* these writes on one primary only and will be rolled back. */
Expand Down

0 comments on commit 9701370

Please sign in to comment.