Skip to content

Commit

Permalink
use == instead of ===
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbiron committed Dec 13, 2024
1 parent 15df8f0 commit 355720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
@test Set(model.parameters) == Set(deserialized.parameters)
# skip testing g
@test model.model_def === deserialized.model_def
@test model.model_def == deserialized.model_def
end
end

Expand Down

0 comments on commit 355720f

Please sign in to comment.