Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Exitare committed Jan 3, 2025
1 parent 9073a9c commit 1edee2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1edee2d

Please sign in to comment.