mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
test: added simple dashboard reducer test
This commit is contained in:
parent
7bb0109261
commit
776d81189f
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user