Skip to content

Commit b039f1e

Browse files
committed
add constants for TestPaginationScenario [#20]
1 parent b300671 commit b039f1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_pagination_scenario.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ def setUpClass(cls):
1919
cls._PAYMENT_LISTING_PAGE_SIZE = 2
2020
cls._PAYMENT_REQUIRED_COUNT_MINIMUM = cls._PAYMENT_LISTING_PAGE_SIZE * 2
2121
cls._NUMBER_ZERO = 0
22-
cls._AMOUNT_EUR = "0.01"
22+
cls._AMOUNT_EUR = '0.01'
23+
cls._CURRENCY = 'EUR'
24+
cls._PAYMENT_DESCRIPTION = 'Python test Payment'

0 commit comments

Comments
 (0)