File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def returns_true_for_custom_scalar():
106
106
assert is_scalar_type (ScalarType ) is True
107
107
assert_scalar_type (ScalarType )
108
108
109
- def returns_fals_for_scalar_class_rather_than_instance ():
109
+ def returns_false_for_scalar_class_rather_than_instance ():
110
110
assert is_scalar_type (GraphQLScalarType ) is False
111
111
with raises (TypeError ):
112
112
assert_scalar_type (GraphQLScalarType )
@@ -143,7 +143,7 @@ def returns_true_for_specified_scalars():
143
143
def returns_false_for_custom_scalar ():
144
144
assert is_specified_scalar_type (ScalarType ) is False
145
145
146
- def returns_fals_for_scalar_class_rather_than_specified_instance ():
146
+ def returns_false_for_scalar_class_rather_than_specified_instance ():
147
147
assert is_specified_scalar_type (GraphQLScalarType ) is False
148
148
149
149
def returns_false_for_wrapped_specified_scalar ():
You can’t perform that action at this time.
0 commit comments