Skip to content

Commit f027834

Browse files
Typo fixes
1 parent cd4dfa8 commit f027834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphene_django/filter/tests/test_fields.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ class Query(ObjectType):
789789

790790
query = """
791791
query NodeFilteringQuery {
792-
allReporters(orderBy: "-firtsnaMe") {
792+
allReporters(orderBy: "-firstname") {
793793
edges {
794794
node {
795795
firstName
@@ -802,7 +802,7 @@ class Query(ObjectType):
802802
assert result.errors
803803

804804

805-
def test_order_by_is_perserved():
805+
def test_order_by_is_preserved():
806806
class ReporterType(DjangoObjectType):
807807
class Meta:
808808
model = Reporter

0 commit comments

Comments
 (0)