Skip to content

Commit 9c74782

Browse files
committed
GUA-708: fix lint
1 parent 8b09f3a commit 9c74782

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/jenkins-for-jira-ui/src/components/InProductHelpDrawer/InProductHelp.test.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,12 @@ describe('InProductHelpDrawer Suite', () => {
197197
isDrawerOpen
198198
setIsDrawerOpen={() => {}}
199199
searchResults={[
200-
{id: '1', title: 'Result 1', body: 'Body 1', bodyText: 'Body Text 1'},
201-
{id: '2', title: 'Result 2', body: 'Body 2', bodyText: 'Body Text 2'}]}
200+
{
201+
id: '1', title: 'Result 1', body: 'Body 1', bodyText: 'Body Text 1'
202+
},
203+
{
204+
id: '2', title: 'Result 2', body: 'Body 2', bodyText: 'Body Text 2'
205+
}]}
202206
isLoading={false}
203207
searchQuery=""
204208
setIsLoading={() => {}}

0 commit comments

Comments
 (0)