Skip to content

Commit ca2250c

Browse files
committed
f
2 parents 023bd70 + de10312 commit ca2250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const testdir = dirname(@__FILE__)
108108
end # staticdigraph
109109

110110
@testset "utils" begin
111-
@test typeof(StaticGraphs.mintype(BigInt(1e100))) == BigInt
111+
@test StaticGraphs.mintype(BigInt(1e100)) == BigInt
112112
end # utils
113113

114114
@testset "persistence" begin

0 commit comments

Comments
 (0)