瀏覽代碼

Fixed wrong line in test

Torkel Ödegaard 7 年之前
父節點
當前提交
520756fb4c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      public/app/features/dashboard/services/DashboardViewStateSrv.test.ts

+ 0 - 1
public/app/features/dashboard/services/DashboardViewStateSrv.test.ts

@@ -58,7 +58,6 @@ describe('when updating view state', () => {
     it('should remove params from query string', () => {
       viewState.update({ fullscreen: true, panelId: 1, edit: true });
       viewState.update({ fullscreen: false });
-      expect(viewState.dashboard.meta.fullscreen).toBe(true);
       expect(viewState.state.fullscreen).toBe(null);
     });
   });