We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bcf03 commit 23bb5a8Copy full SHA for 23bb5a8
1 file changed
tests/data_review_tool/test_article_review.py
@@ -62,11 +62,3 @@ def test_chips_values():
62
def test_enable_correct_button():
63
"Test that the enable_correct_button function returns the correct values."
64
assert enable_correct_button("Pinus") == False
65
-
66
67
-def test_update_chips():
68
- "Test that the update_chips function returns the correct values."
69
- deleted = False
70
- data = {"entities": {"SITE": {"test": {"corrected_name": "test"}}}}
71
72
- assert update_chips(deleted, data)[0] == "test"
0 commit comments