Skip to content

Commit

Permalink
chore: adjust case
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Nov 26, 2023
1 parent 8f284bd commit d62f04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_tag_result_check(setup_tagger):
collector, storage, tagger, tag_result = setup_tagger

assert tag_result.top_n_tags("srctag/storage.py", 1)[0] == "storage"
assert tag_result.top_n_tags("srctag/tagger.py", 1)[0] == "tag"
assert tag_result.top_n_tags("srctag/tagger.py", 1)[0] in ("tag", "search")


def test_io(setup_tagger):
Expand Down

0 comments on commit d62f04d

Please sign in to comment.