fix: various fixes to sentry-reported errors
This commit is contained in:
parent
c670406751
commit
0e7f370a1e
@ -184,6 +184,7 @@ 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({
|
||||
|
||||
@ -440,6 +440,7 @@ 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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user