Skip to content

Commit

Permalink
minor fix in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
msamsami committed Jul 14, 2024
1 parent 50f0995 commit 75a4d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/crypto_addresses/test_bsc_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def test_returns_true_on_valid_bsc_address(value: str):
"0x32Be343B94f860124dC4fEe278FDCBD38C102D88aabbcc",
"0x4g5acf9684652BEa56F2f01b7101a225Eh33d23z",
"0x",
"[email protected]" "0x32Be343B94f860124dC4fEe278FDCBD38C102D__",
"[email protected]",
"0x32Be343B94f860124dC4fEe278FDCBD38C102D__",
"0x32Be343B94f860124dC4fEe278FDCBD38C102D88G",
"0X32Be343B94f860124dC4fEe278FDCBD38C102D88",
"0X32BE343B94F860124DCFEE278FDCBD38C102D88",
Expand Down

0 comments on commit 75a4d01

Please sign in to comment.