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 b1b048dff0..f59191bc9f 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 @@ -119,7 +119,7 @@ describe('GameTele integration tests', () => { it('changing all properties and executing the query should correctly work', () => { const expectedQuery = - "UPDATE `game_tele` SET `postition_x` = 1, `postition_x` = 1, `postition_x` = 2, `map` = 3, `name` = 'ABCD'," + + "UPDATE `game_tele` SET `position_x` = 1, `position_x` = 1, `position_x` = 2, `map` = 3, `name` = 'ABCD'," + 'WHERE (`id` = 1)' + ';\n'; querySpy.calls.reset();