Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Jul 19, 2023
1 parent c99cc7e commit 7f1ce44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ end
@test m.engine == "sciml"
@test m.id == ""

o = OperationRequest(operation = :simulate)
o = OperationRequest(route = "simulate")
m2 = DataServiceModel(o)

# OperationRequest constructor with dummy HTTP.Request
Expand Down

0 comments on commit 7f1ce44

Please sign in to comment.