We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4dfa8 commit f027834Copy full SHA for f027834
graphene_django/filter/tests/test_fields.py
@@ -789,7 +789,7 @@ class Query(ObjectType):
789
790
query = """
791
query NodeFilteringQuery {
792
- allReporters(orderBy: "-firtsnaMe") {
+ allReporters(orderBy: "-firstname") {
793
edges {
794
node {
795
firstName
@@ -802,7 +802,7 @@ class Query(ObjectType):
802
assert result.errors
803
804
805
-def test_order_by_is_perserved():
+def test_order_by_is_preserved():
806
class ReporterType(DjangoObjectType):
807
class Meta:
808
model = Reporter
0 commit comments