fix: channel ordering

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

View File

@@ -440,7 +440,6 @@ describe('Guild Channel Positions', () => {
expect(frontDoorIndex).toBeGreaterThan(milsimsIndex);
expect(frontDoorIndex).toBeLessThan(coopGamesIndex);
});
test('should reject text channels being positioned below voice channels via preceding_sibling_id', async () => {
const account = await createTestAccount(harness);
const guild = await createGuild(harness, account.token, 'Test Guild');