Skip to content

Commit 9dd0519

Browse files
committed
fixed typo
1 parent 75c3b98 commit 9dd0519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/statmodels.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ ct = CoefTable(m, ["Estimate", "Stderror", "df", "p"], [], 4)
8484

8585
ct = CoefTable(rand(1,100), ["c$i" for i in 1:100], [], 4)
8686
sct = sprint(show, ct, context=:limit=>false)
87-
@test length(first(split(sct, \'n'))) > 1000
87+
@test length(first(split(sct, '\n'))) > 900
8888
sct = sprint(show, ct, context=:limit=>true)
89-
@test length(first(split(sct, \'n'))) < 200
89+
@test length(first(split(sct, '\n'))) < 200
9090

9191
@test sprint(show, PValue(1.0)) == "1.0000"
9292
@test sprint(show, PValue(1e-1)) == "0.1000"

0 commit comments

Comments
 (0)