Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Oct 17, 2023
1 parent 98528a5 commit 370b08b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ DiffEqCallbacks = "2.29.1"
FiniteDiff = "2.21"
ForwardDiff = "0.10"
Graphs = "1.6"
HiGHS = "1.7"
IterTools = "1.4"
JuMP = "1.15"
Legolas = "0.5"
LoggingExtras = "1"
OrdinaryDiffEq = "6.7"
Expand Down
1 change: 1 addition & 0 deletions core/test/allocation.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Ribasim
using SQLite

@testset "Allocation solve" begin
toml_path = normpath(@__DIR__, "../../generated_testmodels/subnetwork/subnetwork.toml")
Expand Down
2 changes: 1 addition & 1 deletion core/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using SafeTestsets: @safetestset
@safetestset "Basic Model Interface" include("bmi.jl")
@safetestset "Utility functions" include("utils.jl")
@safetestset "Control" include("control.jl")
@safetesteset "Allocation" include("allocation.jl")
@safetestset "Allocation" include("allocation.jl")
@safetestset "Time" include("time.jl")
@safetestset "Docs" include("docs.jl")
@safetestset "Command Line Interface" include("cli.jl")
Expand Down

0 comments on commit 370b08b

Please sign in to comment.