summaryrefslogtreecommitdiff
path: root/test/test-gall.repository.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-gall.repository.lua')
-rw-r--r--test/test-gall.repository.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-gall.repository.lua b/test/test-gall.repository.lua
index f945864..87a22f8 100644
--- a/test/test-gall.repository.lua
+++ b/test/test-gall.repository.lua
@@ -260,7 +260,7 @@ end
function suite.symbolic_ref_not_symbolic()
local repo = test_repo()
local ok, ref = repo:symbolic_ref "refs/heads/master"
- assert(ok == false)
+ assert(not ok)
end
function suite.symbolic_ref_bad_name()