From f19f1a99397c87a0c31666ed98514d4a6060e4a3 Mon Sep 17 00:00:00 2001 From: Simon Brandhorst Date: Mon, 28 Oct 2024 16:21:03 +0100 Subject: [PATCH] fix test --- test/QuadForm/QuadBin.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/QuadForm/QuadBin.jl b/test/QuadForm/QuadBin.jl index 5189be461d..31afa1a3a5 100644 --- a/test/QuadForm/QuadBin.jl +++ b/test/QuadForm/QuadBin.jl @@ -216,7 +216,7 @@ g = binary_quadratic_form(-4, 3, 0) gens = automorphism_group_generators(g) - @test gens == [ZZ[-1 0;0 -1]] + @test gens == [ZZ[-1 0;0 -1], ZZ[-4 3; -5 4]] g = binary_quadratic_form(1, 2, 0) gens = automorphism_group_generators(g)