Skip to content

Commit 49b2356

Browse files
authored
Fix test failure (#1932)
1 parent 5baed01 commit 49b2356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/inference/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ end
136136

137137
@test chain.info.start_time isa Float64
138138
@test chain.info.stop_time isa Float64
139-
@test chain.info.start_time < chain.info.stop_time
139+
@test chain.info.start_time chain.info.stop_time
140140
end

0 commit comments

Comments
 (0)