From 1edee2dc1c03ae2fe29a9529e125e4369a8fe4e4 Mon Sep 17 00:00:00 2001 From: Exitare Date: Thu, 2 Jan 2025 16:41:02 -0800 Subject: [PATCH] Fix typo --- .../game-tele/src/edit-game-tele/game-tele.integration.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/features/game-tele/src/edit-game-tele/game-tele.integration.spec.ts b/libs/features/game-tele/src/edit-game-tele/game-tele.integration.spec.ts index 8f0041f267..c4102d9129 100644 --- a/libs/features/game-tele/src/edit-game-tele/game-tele.integration.spec.ts +++ b/libs/features/game-tele/src/edit-game-tele/game-tele.integration.spec.ts @@ -121,7 +121,7 @@ describe('GameTele integration tests', () => { it('changing all properties and executing the query should correctly work', () => { const expectedQuery = - "UPDATE `game_tele` SET `postiion_x` = 1, `postiion_y` = 1, `postiion_z` = 2, `map` = 3, `name` = 'ABCD'," + + "UPDATE `game_tele` SET `postition_x` = 1, `postition_x` = 1, `postition_x` = 2, `map` = 3, `name` = 'ABCD'," + 'WHERE (`id` = 1)' + ';\n'; querySpy.calls.reset();