Browse Source

hot fix test_withdrawMoney.c

remotes/origin/feature/balance-operations
fdai7207 2 years ago
parent
commit
eadf86a939
  1. 4
      tests/test_withdrawMoney.c

4
tests/test_withdrawMoney.c

@ -45,7 +45,7 @@ void test_withdrawSpecificAmountSuccess(void) {
/* Arrange */
int user_id[3] = {1234, 1327, 1666}; // user_ids from file for testing
int user_id[3] = {1234, 1235, 1236}; // user_ids from file for testing
bool result[3];
@ -67,7 +67,7 @@ void test_withdrawSpecificAmountFailure(void) {
/* Arrange */
int user_id[3] = {12034, 13027, 16606}; // Random wrong user_ids
int user_id[3] = {12934, 13027, 16606}; // Random wrong user_ids
bool result[3];

Loading…
Cancel
Save