Skip to content

Commit

Permalink
WID-70. Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
popaula937 committed May 17, 2022
1 parent 6c1e1eb commit a2206ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/JobOutputFiles.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const browserWithFiles = {
...MOCK_BROWSER,
model: {
path: 'test',
items: () => [{ name: 'test_file_test' }]
items: () => [{ name: 'test_file' }]
}
} as unknown as FileBrowser;

Expand Down

0 comments on commit a2206ba

Please sign in to comment.