Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Jul 16, 2024
1 parent 77cbee5 commit 7789951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('grid rearrange move strategy', () => {
expect({ gridRowStart, gridRowEnd, gridColumnStart, gridColumnEnd }).toEqual({
gridColumnEnd: '10',
gridColumnStart: '7',
gridRowEnd: 'auto',
gridRowEnd: '3',
gridRowStart: '1',
})
}
Expand Down

0 comments on commit 7789951

Please sign in to comment.