Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Jan 9, 2024
1 parent 5780697 commit 93eb0cf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { pluginsLogic } from 'scenes/plugins/pluginsLogic'
import { inviteLogic } from 'scenes/settings/organization/inviteLogic'
import { teamLogic } from 'scenes/teamLogic'

import { navigationLogic } from '~/layout/navigation/navigationLogic'
import { initKeaTests } from '~/test/init'

import { activationLogic } from './activationLogic'
Expand All @@ -16,7 +15,7 @@ describe('activationLogic', () => {
initKeaTests()
logic = activationLogic()
logic.mount()
await expectLogic(logic).toMount([inviteLogic, membersLogic, teamLogic, pluginsLogic, navigationLogic])
await expectLogic(logic).toMount([inviteLogic, membersLogic, teamLogic, pluginsLogic])
})

afterEach(() => logic.unmount())
Expand Down

0 comments on commit 93eb0cf

Please sign in to comment.