Skip to content

Commit

Permalink
Fix @test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Oct 28, 2024
1 parent 6d3ae6f commit 3745368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SiennaOpenAPIModels.jl/test/test-basic-roundtrip.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ using JSON: JSON
SiennaOpenAPIModels.ThermalStandard,
JSON.parse(OpenAPI.to_json(test_convert)),
)
@test test_convert == post_json "Conversion test failed"
@test test_convert == post_json
end

0 comments on commit 3745368

Please sign in to comment.