diff options
| author | Mohsin Kaleem <mohkale@kisara.moe> | 2023-03-12 10:45:14 +0000 |
|---|---|---|
| committer | Mohsin Kaleem <mohkale@kisara.moe> | 2023-03-12 10:45:14 +0000 |
| commit | e2062d612d487aefd23c651879d479a429f3ecea (patch) | |
| tree | c8c8918ddcf07f4afdc5a95b5badd6b91e44e01e /test/formatters/samplecode/prettier-graphql | |
| parent | ceaddebf39dc0abf78f2e97b6fb75c87bceca6c5 (diff) | |
Update tests to fix failures from formatter definition changes
Diffstat (limited to 'test/formatters/samplecode/prettier-graphql')
| -rw-r--r-- | test/formatters/samplecode/prettier-graphql/out.graphql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/formatters/samplecode/prettier-graphql/out.graphql b/test/formatters/samplecode/prettier-graphql/out.graphql index f406f63..89828da 100644 --- a/test/formatters/samplecode/prettier-graphql/out.graphql +++ b/test/formatters/samplecode/prettier-graphql/out.graphql @@ -1,6 +1,6 @@ { - human(id: "1000") { - name - height(unit: FOOT) - } + human(id: "1000") { + name + height(unit: FOOT) + } } |
