Skip to content

Commit bbf0b9b

Browse files
fix tests
1 parent 4a259f3 commit bbf0b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmark_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ wp_set[:]
5757
wp_set[end]
5858
#println(wp_set)
5959
#show(wp_set)
60-
@test (minimum(diff(wp_set[1].errors).==0)) # The errors for a fixed timestep method should be constant
60+
@test (minimum(diff(wp_set[2].errors).==0)) # The errors for a fixed timestep method should be constant

0 commit comments

Comments
 (0)