Skip to content

Commit

Permalink
de-randomize !isone test
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Apr 14, 2024
1 parent c707b89 commit e1a6a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@test sprint(show, zero(RG)) == "0·(id)"
@test sprint(show, one(RG)) == "1·(id)"
@test isone(one(a))
@test !isone(X)
@test !isone(a)
@test iszero(zero(a))
@test sprint(show, a) == "1·b·c"
@test sprint(show, -a) == "-1·b·c"
Expand Down

0 comments on commit e1a6a6e

Please sign in to comment.