Skip to content

Commit 023bd70

Browse files
committed
f
2 parents 59de8c2 + 58370fd commit 023bd70

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(1e100x))) == BigInt
111+
@test typeof(StaticGraphs.mintype(BigInt(1e100))) == BigInt
112112
end # utils
113113

114114
@testset "persistence" begin

0 commit comments

Comments
 (0)