diff options
author | Dwight <dwight@10gen.com> | 2010-08-03 13:04:17 -0400 |
---|---|---|
committer | Dwight <dwight@10gen.com> | 2010-08-03 13:04:17 -0400 |
commit | 9701370edf60e8864403a21e4fc357552e84ccd2 (patch) | |
tree | 716d78a0072c636f8ded8f1c93c174ff7bed9a3c /jstests | |
parent | ad89486dfb39e0d2bf5936aa3950a974da4de762 (diff) | |
download | mongo-9701370edf60e8864403a21e4fc357552e84ccd2.tar.gz |
fix
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/replsets/rollback2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/rollback2.js b/jstests/replsets/rollback2.js index 5d3ca1ec7af..f5db383dbae 100644 --- a/jstests/replsets/rollback2.js +++ b/jstests/replsets/rollback2.js @@ -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. */
|