From 9bba1b89b87bb3e2fb15c07a79cc50676a23fbd4 Mon Sep 17 00:00:00 2001 From: fdai7892 Date: Wed, 7 Feb 2024 22:35:28 +0100 Subject: [PATCH] =?UTF-8?q?refactoring:=20Funktioname=20gek=C3=BCrzt?= 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 68282e9..ae11007 100644 --- a/src/test/test_duellist_spielesammlung_projekt.c +++ b/src/test/test_duellist_spielesammlung_projekt.c @@ -73,7 +73,7 @@ void test_diagonal_win(void) { TEST_ASSERT_EQUAL(GAME_WIN, result); } -void test_valid_move_and_switch_player(void) { +void test_valid_move_and_switch(void) { // Arrange TicTacToeGame game = { .board = {{EMPTY, EMPTY, EMPTY}, {EMPTY, EMPTY, EMPTY},