Skip to content

Commit

Permalink
corrects test
Browse files Browse the repository at this point in the history
  • Loading branch information
roryc89 committed Oct 15, 2023
1 parent 84f6467 commit 9b4708d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GraphQL/Client/Variable.Test.purs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec =
, myOtherVar: 2
}
) `shouldEqual`
"($nameVar: Name!, myVar: customId!, myOtherVar: UserId!)"
"($nameVar: Name!, $myVar: customId!, $myOtherVar: UserId!)"

it "should return vars for a query with vars in arrays in arguments" do
let
Expand Down

0 comments on commit 9b4708d

Please sign in to comment.