summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/repository_cvs_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/repository_cvs_test.rb b/test/unit/repository_cvs_test.rb
index 869fe885d..a5add22e6 100644
--- a/test/unit/repository_cvs_test.rb
+++ b/test/unit/repository_cvs_test.rb
@@ -261,8 +261,8 @@ class RepositoryCvsTest < ActiveSupport::TestCase
assert_equal 'LANG', ann.revisions[0].author
assert_equal 'CVS test repository', ann.lines[0]
- # invalid revision
- assert_nil @repository.annotate('README', '123')
+ # invalid revision
+ assert_nil @repository.annotate('README', '123')
end
else