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 84595bd commit 623c298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 623c298

Please sign in to comment.