diff --git a/test/unit/profile_test.rb b/test/unit/profile_test.rb index ef5e470..2fa898d 100644 --- a/test/unit/profile_test.rb +++ b/test/unit/profile_test.rb @@ -345,7 +345,7 @@ class ProfileTest < Test::Unit::TestCase t2 = c.tasks.build t2.save! - assert_equal [t1, t2]. c.tasks + assert_equal [t1, t2], c.tasks end should 'have pending tasks' do -- libgit2 0.21.2