Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Aug 20, 2021
1 parent f18d6b3 commit 1e455c2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ describe('ContextActions', () => {
},
propsData: {
item: {
id: 1,
name: filename,
extension: extension,
type: type,
extension,
type,
canDownload: () => true,
isReceivedShare: () => true,
canBeDeleted: () => true,
Expand Down

0 comments on commit 1e455c2

Please sign in to comment.