Skip to content

Commit

Permalink
test(money): tweak money mutation test (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jul 23, 2018
1 parent be71fd4 commit a65da8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mutation {
months: 5
years: 6
}
money: 5000
money: 1234567.89
compoundType: {
a: 123,
b: "abc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Object {
},
"json": "{\\"x\\":1,\\"y\\":2,\\"z\\":3}",
"jsonb": "{\\"a\\":1,\\"b\\":2,\\"c\\":3}",
"money": 5000,
"money": 1234567.89,
"nestedCompoundType": Object {
"a": Object {
"a": 456,
Expand Down

0 comments on commit a65da8e

Please sign in to comment.