From 8b07286611b1a07f0635dc9b9eb46a680d28de5e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 14 Oct 2024 23:55:24 +0200 Subject: [PATCH] test_Ring_interface: pass reps to test_NCRing_interface --- test/Rings-conformance-tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Rings-conformance-tests.jl b/test/Rings-conformance-tests.jl index 442fbe839..baf3479cd 100644 --- a/test/Rings-conformance-tests.jl +++ b/test/Rings-conformance-tests.jl @@ -393,7 +393,7 @@ function test_Ring_interface(R::AbstractAlgebra.Ring; reps = 50) @test T <: RingElement - test_NCRing_interface(R) + test_NCRing_interface(R; reps = reps) @testset "Basic functionality for commutative rings only" begin @test isone(AbstractAlgebra.inv(one(R)))