mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
viewstore: fix test after merge
This commit is contained in:
parent
a9e2273064
commit
a5197046e8
@ -26,7 +26,7 @@ describe('ViewStore', () => {
|
||||
});
|
||||
|
||||
it('Query can contain boolean', () => {
|
||||
store.updatePathAndQuery('/hello', { abool: true });
|
||||
store.updatePathAndQuery('/hello', { abool: true }, { abool: true });
|
||||
expect(toJS(store.query.get('abool'))).toBe(true);
|
||||
expect(store.currentUrl).toBe('/hello?abool');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user