Skip to content

Commit

Permalink
fix nit in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jan 12, 2021
1 parent 0b24d18 commit 2edf0e2
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ describe('Session service', () => {
() =>
startService().then(([coreStart, ...rest]) => [
{
...{
...coreStart,
application: { ...coreStart.application, currentAppId$: new BehaviorSubject('app') },
},
...coreStart,
application: { ...coreStart.application, currentAppId$: new BehaviorSubject('app') },
},
...rest,
]),
Expand Down

0 comments on commit 2edf0e2

Please sign in to comment.