Skip to content

Commit

Permalink
update pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhang Liu committed Nov 17, 2023
1 parent 6caba7f commit b2eb726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_reverse_generate_index_json():
assert result[k] == v


def list_index_types():
def test_list_index_types():
result = list_index_types("", "", "")
assert isinstance(result, list)
assert len(result) == 5
Expand Down

0 comments on commit b2eb726

Please sign in to comment.