Skip to content

Commit d3dd68a

Browse files
committed
Fix test
1 parent ee0d608 commit d3dd68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_logger.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ if false; include("../src/logger.jl"); end
2121
@test length(logger.time_vec) == 100
2222
save_log(logger) == joinpath(tempdir(), "sim_log.arrow")
2323
@test length(logger.time_vec) == 2
24-
log = load_log("data/transition.arrow2")
24+
log = load_log(joinpath(@__DIR__, "..", "data","transition.arrow2"))
2525
length(log.syslog.time) == 8180
2626
end

0 commit comments

Comments
 (0)