Skip to content

Commit

Permalink
Fix attachment saga test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Dec 4, 2020
1 parent 8e9e062 commit 3a4e0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/controllers/log/attachments/sagas.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jest.mock('common/utils/fetch', () => ({

const mockParams = {
projectId: 'test_project',
binaryId: 'abcd',
id: 'abcd',
};

describe('Attachments Sagas', () => {
Expand Down

0 comments on commit 3a4e0e6

Please sign in to comment.