Skip to content

Commit 23bb5a8

Browse files
committed
Update tests
1 parent b3bcf03 commit 23bb5a8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/data_review_tool/test_article_review.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,3 @@ def test_chips_values():
6262
def test_enable_correct_button():
6363
"Test that the enable_correct_button function returns the correct values."
6464
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

Comments
 (0)