Skip to content

Commit

Permalink
Test badge
Browse files Browse the repository at this point in the history
Deliberately fail a test to see the badge status.
  • Loading branch information
jond01 committed Dec 10, 2023
1 parent 5e71411 commit 5b8d3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_boi_banks_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def fixture_boi_banks() -> set[str]:
@pytest.mark.live
def test_boi_banks(boi_banks: set[str]) -> None:
"""Test the online set vs. the hard-coded one"""
raise Exception
assert (
boi_banks == KNOWN_BANKS
), "Mismatch between the updated banks list data from BOI and the saved data"

0 comments on commit 5b8d3e7

Please sign in to comment.