Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simple_versions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_versions.txt')
-rw-r--r--tests/simple_versions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/simple_versions.txt b/tests/simple_versions.txt
index df6ce9b..d35882f 100644
--- a/tests/simple_versions.txt
+++ b/tests/simple_versions.txt
@@ -86,10 +86,10 @@ Lets check out the head version of this document now.
>>> props, rev2 = ds.checkout(uid, dir='/tmp')
-Check that the id is the same and the version id isn't.
+Check that the id and vid are correct.
>>> assert props['uid'] == uid
->>> assert props['vid'] != vid
+>>> assert props['vid'] == vid
Verify the contents of the file is as expected.