From 571157f91e1c02cd0dc603b364ccd043fcfa8cfa Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 17 Jan 2025 10:32:32 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Thomas Breuer --- .../2025-01-17-HasDomain-for-matrix-with-memory.tst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tst/testbugfix/2025-01-17-HasDomain-for-matrix-with-memory.tst b/tst/testbugfix/2025-01-17-HasDomain-for-matrix-with-memory.tst index b1df0a5254..2ea1642e91 100644 --- a/tst/testbugfix/2025-01-17-HasDomain-for-matrix-with-memory.tst +++ b/tst/testbugfix/2025-01-17-HasDomain-for-matrix-with-memory.tst @@ -1,5 +1,5 @@ -gap> G := GroupWithMemory([One(GL(3,4))]); -gap> mat := G.1; +gap> G := GroupWithMemory([One(GL(3,4))]);; +gap> mat := G.1;; gap> HasBaseDomain(mat); true gap> BaseDomain(mat);