Skip to content

Commit 463d662

Browse files
author
rawls238
committed
change position
1 parent 85dcef9 commit 463d662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core_validation/test_unique_fragment_names.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_fragments_same_name():
7878
fragment fragA on Type {
7979
fieldB
8080
}
81-
''', [duplicate_fragment('fragA', 5, 16, 8, 16)]
81+
''', [duplicate_fragment('fragA', 5, 18, 8, 18)]
8282
)
8383

8484
def test_fragments_same_name_no_ref():
@@ -90,6 +90,6 @@ def test_fragments_same_name_no_ref():
9090
fieldB
9191
}
9292
''', [
93-
duplicate_fragment('fragA', 2, 16, 5, 16)
93+
duplicate_fragment('fragA', 2, 18, 5, 18)
9494
]
9595
)

0 commit comments

Comments
 (0)