summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_commands.py')
-rw-r--r--tests/test_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py
index f003f03..c817a8a 100644
--- a/tests/test_commands.py
+++ b/tests/test_commands.py
@@ -134,4 +134,4 @@ class TestFastImport(ExternalBase):
tree = self.make_branch_and_tree("br")
self.build_tree_contents([('file.fi', simple_fast_import_stream)])
data = self.run_bzr("fast-import file.fi br")[0]
- self.assertEquals(3, tree.branch.revno())
+ self.assertEquals(1, tree.branch.revno())