Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Jul 26, 2024
1 parent 67ad169 commit 2a468a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eventhdlr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function SCIP.eventexec(event::FirstLPEvent)
end
end

@testset "Try To Listen To First LP Solve" begin
@testset "Listen to first LP solve" begin
# create an empty problem
optimizer = SCIP.Optimizer()
inner = optimizer.inner
Expand Down

0 comments on commit 2a468a5

Please sign in to comment.