Skip to content

Commit

Permalink
❤️️ TEST: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Apr 29, 2024
1 parent 00a20b9 commit 61b2ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/email_profile/utils/test_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_status_validate_status_bad():


def test_status_validate_data_with_data():
input_status = [b'4', b'8', b'15', b'16', b'23', b'42']
input_status = [b'4 8 15 16 23 42']
output_status = ['4', '8', '15', '16', '23', '42']

assert Status.validate_data(input_status) == output_status
Expand Down

0 comments on commit 61b2ba7

Please sign in to comment.