We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2418a5 commit 7654accCopy full SHA for 7654acc
tests/integration_test_custom_socket.py
@@ -51,7 +51,7 @@ def test_creating_raw_data(self):
51
"type": "class",
52
"schema": [
53
{"name": "test_class", "type": "string"},
54
- {"name": "test_class", "type": "int"},
+ {"name": "test_class", "type": "integer"},
55
]
56
}
57
@@ -150,7 +150,7 @@ def _define_dependencies_new_class(cls, suffix, custom_socket):
150
name="test_class_{}".format(suffix),
151
schema=[
152
{"name": "testA", "type": "string"},
153
- {"name": "testB", "type": "int"},
+ {"name": "testB", "type": "integer"},
154
155
)
156
@@ -163,7 +163,7 @@ def _define_dependencies_existing_class(cls, suffix, custom_socket):
163
164
165
166
167
168
169
klass.save()
0 commit comments