Skip to content

Commit

Permalink
Fix: add _workspaces to the test data
Browse files Browse the repository at this point in the history
Following rebase from staging-next onto staging, this adaptation is
required to make the tests pass again.
  • Loading branch information
deribaucourt committed Jan 5, 2024
1 parent b2efa2f commit e110cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/__tests__/hover.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ describe('on hover', () => {
],
_layers: [],
_overrides: [],
_recipes: []
_recipes: [],
_workspaces: []
}

analyzer.analyze({
Expand Down

0 comments on commit e110cd9

Please sign in to comment.