Skip to content

Commit

Permalink
Update core/test/validation_test.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Visser <[email protected]>
  • Loading branch information
Jingru923 and visr authored Sep 19, 2024
1 parent 8c5263f commit 675c188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/validation_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,6 @@ end
end

with_logger(logger) do
@test_throws "Node ID #20 is not defined." Ribasim.NodeID(20, db)
@test_throws "Node ID #20 is not in the Node table." Ribasim.NodeID(20, db)
end
end

0 comments on commit 675c188

Please sign in to comment.