Skip to content

Commit 8b1fe30

Browse files
committed
typo
1 parent 0e51c99 commit 8b1fe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Test
88
rng = MersenneTwister(1234)
99
@test_throws ErrorException generate_instance(b, rng)
1010
@test_throws ErrorException generate_maximizer(b)
11-
@test_throws ErrorException generate_maximizer(b; seed=0)
11+
@test_throws ErrorException generate_statistical_model(b; seed=0)
1212
@test !has_visualization(b)
1313

1414
function DecisionFocusedLearningBenchmarks.generate_instance(

0 commit comments

Comments
 (0)