File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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():
106106 assert is_scalar_type (ScalarType ) is True
107107 assert_scalar_type (ScalarType )
108108
109- def returns_fals_for_scalar_class_rather_than_instance ():
109+ def returns_false_for_scalar_class_rather_than_instance ():
110110 assert is_scalar_type (GraphQLScalarType ) is False
111111 with raises (TypeError ):
112112 assert_scalar_type (GraphQLScalarType )
@@ -143,7 +143,7 @@ def returns_true_for_specified_scalars():
143143 def returns_false_for_custom_scalar ():
144144 assert is_specified_scalar_type (ScalarType ) is False
145145
146- def returns_fals_for_scalar_class_rather_than_specified_instance ():
146+ def returns_false_for_scalar_class_rather_than_specified_instance ():
147147 assert is_specified_scalar_type (GraphQLScalarType ) is False
148148
149149 def returns_false_for_wrapped_specified_scalar ():
You can’t perform that action at this time.
0 commit comments