Explorar el Código

test: added simple dashboard reducer test

Torkel Ödegaard hace 7 años
padre
commit
776d81189f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      public/app/features/folders/state/reducers.test.ts

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

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