Skip to content

Commit 0f88c6e

Browse files
committed
typo
1 parent 849b8d2 commit 0f88c6e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

backend/tests/files_for_tests/causx_files/expected_results.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -8126,7 +8126,7 @@
81268126
},
81278127
"suggest_annotation": [
81288128
{
8129-
"id": "e3aa4131-fca6-4300-9484-157ddeafa017",
8129+
"id": "1b78e037-6489-4326-980c-8421053d73ca",
81308130
"link": "",
81318131
"links": {},
81328132
"property": {
@@ -8145,8 +8145,8 @@
81458145
"type": "time"
81468146
},
81478147
{
8148-
"id": "d8138a6f-fa24-4b3f-b896-04cdf82a83ec",
8149-
"link": "68847921-2bd1-420b-8bf0-ac9d48268c7d",
8148+
"id": "7f9881d8-8922-4aad-be98-207792dc430c",
8149+
"link": "a8fe94f6-7e7b-47b6-aec7-39962b432d1a",
81508150
"links": {},
81518151
"role": "mainSubject",
81528152
"selection": {
@@ -8158,10 +8158,10 @@
81588158
"type": "wikibaseitem"
81598159
},
81608160
{
8161-
"id": "68847921-2bd1-420b-8bf0-ac9d48268c7d",
8161+
"id": "a8fe94f6-7e7b-47b6-aec7-39962b432d1a",
81628162
"link": "",
81638163
"links": {
8164-
"mainSubject": "d8138a6f-fa24-4b3f-b896-04cdf82a83ec"
8164+
"mainSubject": "7f9881d8-8922-4aad-be98-207792dc430c"
81658165
},
81668166
"role": "dependentVar",
81678167
"selection": {
@@ -8227,7 +8227,7 @@
82278227
"upload_project": {
82288228
"annotations": [
82298229
{
8230-
"id": "e3aa4131-fca6-4300-9484-157ddeafa017",
8230+
"id": "1b78e037-6489-4326-980c-8421053d73ca",
82318231
"link": "",
82328232
"links": {},
82338233
"property": {
@@ -8246,8 +8246,8 @@
82468246
"type": "time"
82478247
},
82488248
{
8249-
"id": "d8138a6f-fa24-4b3f-b896-04cdf82a83ec",
8250-
"link": "68847921-2bd1-420b-8bf0-ac9d48268c7d",
8249+
"id": "7f9881d8-8922-4aad-be98-207792dc430c",
8250+
"link": "a8fe94f6-7e7b-47b6-aec7-39962b432d1a",
82518251
"links": {},
82528252
"role": "mainSubject",
82538253
"selection": {
@@ -8259,11 +8259,11 @@
82598259
"type": "wikibaseitem"
82608260
},
82618261
{
8262-
"id": "68847921-2bd1-420b-8bf0-ac9d48268c7d",
8262+
"id": "a8fe94f6-7e7b-47b6-aec7-39962b432d1a",
82638263
"link": "",
82648264
"links": {
8265-
"mainSubject": "d8138a6f-fa24-4b3f-b896-04cdf82a83ec",
8266-
"property": "a42e8055-8245-4695-a0fe-df2f54c65883"
8265+
"mainSubject": "7f9881d8-8922-4aad-be98-207792dc430c",
8266+
"property": "4c85721b-2101-440c-9c80-1bc78ab9eb43"
82678267
},
82688268
"role": "dependentVar",
82698269
"selection": {
@@ -8276,8 +8276,8 @@
82768276
},
82778277
{
82788278
"children": {},
8279-
"id": "a42e8055-8245-4695-a0fe-df2f54c65883",
8280-
"link": "68847921-2bd1-420b-8bf0-ac9d48268c7d",
8279+
"id": "4c85721b-2101-440c-9c80-1bc78ab9eb43",
8280+
"link": "a8fe94f6-7e7b-47b6-aec7-39962b432d1a",
82818281
"links": {},
82828282
"role": "property",
82838283
"selection": {
@@ -11248,7 +11248,7 @@
1124811248
},
1124911249
"datamart_api": null,
1125011250
"description": "a test description",
11251-
"directory": "C:\\Users\\devora\\C_sources\\pedro\\t2wml\\backend\\media\\eb23d643-fd1c-474e-a033-cee463d2fb26",
11251+
"directory": "C:\\Users\\devora\\C_sources\\pedro\\t2wml\\backend\\media\\da12eedf-3dcf-49ee-968b-242ab2815b7b",
1125211252
"entity_files": [
1125311253
"annotations/autogen-files-worldeducation/autogen_entities_world_education.xlsx.tsv",
1125411254
"user_input_properties.tsv"

backend/tests/test_causx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,6 @@ def xtest_22_upload_annotation(self, client):
270270
assert self.expected_results["upload_saved_annotation"]["layers"] == data["layers"]
271271

272272

273-
def test_99_save_results(self):
273+
def xtest_99_save_results(self):
274274
with open(os.path.join(self.files_dir, "expected_results.json"), 'w') as f:
275275
f.write(json.dumps(stored_results, sort_keys=True, indent=4))

0 commit comments

Comments
 (0)