Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 20, 2022
1 parent a95d062 commit b6ce456
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/api/src/tests/stories.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1396,10 +1396,7 @@ describe('stories API', () => {
'ref',
{
id: 'ref',
v: 2,
globalParameters: { global: 'global' },
kindParameters: { a: { kind: 'kind' } },
stories: {
setStoriesData: {
'a--1': { kind: 'a', parameters: { global: 'global', kind: 'kind', story: 'story' } },
},
},
Expand Down Expand Up @@ -1460,7 +1457,7 @@ describe('stories API', () => {
'ref',
{
id: 'ref',
stories: {
setStoriesData: {
'a--1': {},
},
},
Expand Down

0 comments on commit b6ce456

Please sign in to comment.