|
@ -45,7 +45,7 @@ void test_withdrawSpecificAmountSuccess(void) { |
|
|
|
|
|
|
|
|
/* Arrange */ |
|
|
/* 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]; |
|
|
bool result[3]; |
|
|
|
|
|
|
|
@ -67,7 +67,7 @@ void test_withdrawSpecificAmountFailure(void) { |
|
|
|
|
|
|
|
|
/* Arrange */ |
|
|
/* 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]; |
|
|
bool result[3]; |
|
|
|
|
|
|
|
|