From eadf86a939544c3471ec63224dd07be51fa773c3 Mon Sep 17 00:00:00 2001 From: fdai7207 Date: Fri, 10 Feb 2023 17:13:11 +0100 Subject: [PATCH] hot fix test_withdrawMoney.c --- tests/test_withdrawMoney.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_withdrawMoney.c b/tests/test_withdrawMoney.c index 8070c4f..7435f67 100644 --- a/tests/test_withdrawMoney.c +++ b/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];