Procházet zdrojové kódy

test: added simple dashboard reducer test

Torkel Ödegaard před 7 roky
rodič
revize
776d81189f

+ 0 - 1
public/app/features/folders/state/reducers.test.ts

@@ -83,7 +83,6 @@ describe('folder reducer', () => {
 
 
     it('should add permissions to state', async () => {
     it('should add permissions to state', async () => {
       expect(state.permissions.length).toBe(5);
       expect(state.permissions.length).toBe(5);
-      expect(state.permissions.length).toBe(5);
     });
     });
 
 
     it('should be sorted by sort rank and alphabetically', async () => {
     it('should be sorted by sort rank and alphabetically', async () => {