Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
operramon committed Jan 16, 2025
1 parent 2216b0a commit b4cb844
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('Edit resource helpers', () => {
paragraphId: 'p1',
userClassifications: [{ labelset: 'heroes', label: 'batman' }],
generatedClassifications: [],
activeClassifications: [],
text: '',
},
],
Expand All @@ -36,18 +37,21 @@ describe('Edit resource helpers', () => {
{ labelset: 'heroes', label: 'catwoman' },
],
generatedClassifications: [],
activeClassifications: [],
text: '',
},
{
paragraphId: 'p2',
userClassifications: [{ labelset: 'heroes', label: 'catwoman' }],
generatedClassifications: [],
activeClassifications: [],
text: '',
},
{
paragraphId: 'p3',
userClassifications: [],
generatedClassifications: [],
activeClassifications: [],
text: '',
},
],
Expand Down

0 comments on commit b4cb844

Please sign in to comment.