Skip to content

Commit

Permalink
Test workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Violet-39 authored Oct 4, 2024
1 parent fd52728 commit 6107b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def test_register_fail(
username_i: int,
password_i: int,
) -> None:
raise RuntimeError
if (name_i != 0 or room_i != 0 or phone_i != 0 or email_i != 0 or username_i != 0 or password_i != 0):
now = datetime.now(timezone.utc)
birthday = datetime(now.year - 18, now.month, now.day, tzinfo=timezone.utc)
Expand Down

0 comments on commit 6107b98

Please sign in to comment.