mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix argument order
This commit is contained in:
parent
2f1999b377
commit
043ebd818f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Spectator.describe "Null double DSL" do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "returns self for unexpected messages" do
|
it "returns self for unexpected messages" do
|
||||||
expect_null_double(dbl.baz, dbl)
|
expect_null_double(dbl, dbl.baz)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue