Skip to content
Snippets Groups Projects
Verified Commit d7acf724 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

fix last test

parent 634ff96d
No related branches found
No related tags found
1 merge request!305Simplify classes ID attribute
Pipeline #80086 passed
This commit is part of merge request !305. Comments created here will be created in the context of that merge request.
......@@ -350,11 +350,9 @@ def test_load_corpus_classes(responses, mock_elements_worker):
),
]
assert mock_elements_worker.classes == {
"11111111-1111-1111-1111-111111111111": {
"good": "0000",
"average": "1111",
"bad": "2222",
}
"good": "0000",
"average": "1111",
"bad": "2222",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment