From 81b7aae9d9f79d7b611fe2fcc672449f50d27ebb Mon Sep 17 00:00:00 2001 From: kalmarek Date: Sun, 10 Sep 2017 21:46:36 +0200 Subject: [PATCH] trivial fixes in tests --- test/runtests.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 284abf8..795d4f6 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -58,13 +58,13 @@ using Nemo @test A == B RF = GroupRing(F, basis, d, create_pm(basis, d, check=false)) - nz1 = contnz(RF.pm) + nz1 = countnz(RF.pm) @test nz1 > 1000 GroupRings.complete!(RF) - nz2 = contnz(RF.pm) + nz2 = countnz(RF.pm) @test nz2 > nz1 - @test nz2 = 45469 + @test nz2 == 45469 g = B() s = S[2]