Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alchaplinsky committed Nov 6, 2022
1 parent 2f39345 commit 43406eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/units/main/sync/gdrive/index/push.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ describe('#push', () => {
expect(drive.updateFile).toHaveBeenCalledWith('FILE_ID', 'DATA')
})

test('returns file id', () => {
expect(result).toBe('FILE_ID')
test('returns data', () => {
expect(result).toBe('DATA')
})
})

Expand Down

0 comments on commit 43406eb

Please sign in to comment.