From 5acdc4a16c69a6d2b425a1937cba458183a553d2 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 5 Jun 2019 10:22:36 +0200 Subject: [PATCH] small fix to usetests.jl --- test/usetests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/usetests.jl b/test/usetests.jl index 8bec372..23bcbbc 100644 --- a/test/usetests.jl +++ b/test/usetests.jl @@ -224,7 +224,7 @@ end for g in G @test star(RG(g)) == RG(inv(g)) @test (RG(1) - g) * star(RG(1) - g) == RG(2) - g - inv(g) - @test aug(RG(1) - g) == 0 + @test aug((RG(1) - g)*(RG(1) - inv(g))) == 0 end a = RG(1) + perm"(2,3)" + perm"(1,2,3)"