Skip to content

Commit bd78c03

Browse files
authored
Merge pull request #29 from mwarzybok-sumoheavy/fixTypo
Fix typo in unit test
2 parents 7db8799 + 2518473 commit bd78c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ def test_create_payout_group(mocker):
15211521
assert result.get_failed()[0].get_err_message() == "Ledger currency is required"
15221522

15231523

1524-
@pytest.mark.uni
1524+
@pytest.mark.unit
15251525
def test_cancel_payout_group(mocker):
15261526
# arrange
15271527
group_id = "12345"

0 commit comments

Comments
 (0)