Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Jul 26, 2024
1 parent 7256c24 commit 6c99d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/insights/insightLogic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ describe('insightLogic', () => {
logic.mount()

await expectLogic(logic, () => {
logic.actions.saveAsNamingSuccess('New Insight (copy)')
logic.actions.saveAsConfirmation('New Insight (copy)')
})
.toDispatchActions(['setInsight'])
.toDispatchActions(savedInsightsLogic, ['loadInsights'])
Expand Down

0 comments on commit 6c99d0a

Please sign in to comment.