Fix argument order

This commit is contained in:
Michael Miller 2022-03-19 16:42:14 -06:00
parent 2f1999b377
commit 043ebd818f
No known key found for this signature in database
GPG key ID: 32B47AE8F388A1FF

View file

@ -26,7 +26,7 @@ Spectator.describe "Null double DSL" do
end
it "returns self for unexpected messages" do
expect_null_double(dbl.baz, dbl)
expect_null_double(dbl, dbl.baz)
end
end