Skip to content

Commit

Permalink
fix insightSceneLogic
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Aug 13, 2024
1 parent 4152a44 commit a1dd6cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/scenes/insights/insightSceneLogic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ describe('insightSceneLogic', () => {
}),
})

expect(
(logic.values.insightLogicRef?.logic.values.queryBasedInsight.query as InsightVizNode).source?.kind
).toEqual('PathsQuery')
expect((logic.values.insightLogicRef?.logic.values.insight.query as InsightVizNode).source?.kind).toEqual(
'PathsQuery'
)
})

it('persists edit mode in the url', async () => {
Expand Down

0 comments on commit a1dd6cd

Please sign in to comment.