Skip to content

Commit 1365431

Browse files
call tests correctly
1 parent e4ff9d1 commit 1365431

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/vno_bridge.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ function runtests()
1919
end
2020
end
2121
return
22-
end # module
23-
24-
TestVNOBridge.runtests()
22+
end
2523

2624
mutable struct _BridgeMockModel <: MOI.ModelLike
2725
deleted::Vector{MOI.ConstraintIndex}
@@ -643,3 +641,5 @@ function test_VectorNonlinearOracle_bridge_utility_paths()
643641
end
644642

645643
end
644+
645+
TestVNOBridge.runtests()

0 commit comments

Comments
 (0)