From 8c134742b6628f0df3da1226b0eed7d6e56ade30 Mon Sep 17 00:00:00 2001 From: fdai7892 Date: Wed, 7 Feb 2024 22:39:25 +0100 Subject: [PATCH] =?UTF-8?q?refactoring:=20Funktioname=20ge=C3=A4ndert,=20v?= =?UTF-8?q?orheriger=20Testname=20nicht=20genau=20definiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/test_duellist_spielesammlung_projekt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_duellist_spielesammlung_projekt.c b/src/test/test_duellist_spielesammlung_projekt.c index b7f17f1..18c05af 100644 --- a/src/test/test_duellist_spielesammlung_projekt.c +++ b/src/test/test_duellist_spielesammlung_projekt.c @@ -132,7 +132,7 @@ void test_invalid_input_negative_row(void) { TEST_ASSERT_EQUAL(INVALID_MOVE, result); } -void test_invalid_input_type2(void) { +void test_invalid_input_overflow_column(void) { // Arrange TicTacToeGame game = { .board = {{PLAYER_X, EMPTY, EMPTY}, {EMPTY, EMPTY, EMPTY},