Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
keisuke-umezawa committed Jan 1, 2024
1 parent 1e7b8c0 commit 8cff2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/test_standalone/test_study_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def count_components(page: Page, component_name: str):
return component_count

count = count_components(page, "MuiCardContent-root")
assert count is 6
assert count == 6

0 comments on commit 8cff2c4

Please sign in to comment.