Skip to content

Commit

Permalink
bug test_getmodelobjects_assemble_error
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldo85 committed Mar 22, 2024
1 parent eb56a54 commit e4a3b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_getmodelobjects.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function test_getmodelobjects_assemble_error(elements)
DummyAssembleError(false))
should_fail = copy(elements)
push!(should_fail, e)
@test_throws ErrorException getmodelobjects(should_be_ok)
@test_throws ErrorException getmodelobjects(should_fail)
return true
end

Expand Down

0 comments on commit e4a3b7d

Please sign in to comment.