Skip to content

Commit 7f73519

Browse files
authored
Apply suggestion from @fingolfin
1 parent 51f2ffb commit 7f73519

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ext/TestExt/Rings-conformance-tests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function test_NCRing_interface(R::AbstractAlgebra.NCRing; reps = 15)
4444

4545
# some rings don't support characteristic and raise an exception (see issue #993)
4646
try ch = characteristic(R)
47+
@test is_known(characteristic, R)
4748
@test iszero(R(characteristic(R)))
4849
@test iszero(characteristic(R) * one(R))
4950
@test iszero(one(R) * characteristic(R))

0 commit comments

Comments
 (0)