Skip to content

Commit

Permalink
whyyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Sep 6, 2023
1 parent 55781b4 commit 431b82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_superadmin_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_get_stats_print_tables(capsys: CaptureFixture):
assert "┡━━━━━" in captured_output.out

# A header from first table
assert "Researchers" in captured_output.out
assert "Researchers" in captured_output.out

# A header from second table
assert "TBHours" in captured_output.out
assert "TBHours" in captured_output.out

0 comments on commit 431b82b

Please sign in to comment.