Skip to content

Commit 4b3e466

Browse files
committed
re trigger CI
1 parent 5c449e9 commit 4b3e466

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
@@ -303,7 +303,7 @@ res, st = state
303303
ret = columntable(res)
304304
@test length(ret[1]) == 5
305305
state = iterate(results, st)
306-
@test state !== nothing
306+
@test state !== nothing
307307
res, st = state
308308
@test !st
309309
@test length(res) == 4

0 commit comments

Comments
 (0)