fix: channel ordering

This commit is contained in:
Hampus Kraft
2026-02-20 22:36:48 +00:00
parent 56258fdb10
commit aac20f41ce
2 changed files with 0 additions and 2 deletions

View File

@@ -184,7 +184,6 @@ describe('ChannelMoveOperation', () => {
position: 1,
});
});
it('returns null when dropping to the same effective placement', () => {
const category = createChannel({id: 'category', type: ChannelTypes.GUILD_CATEGORY, position: 0});
const textOne = createChannel({