Skip to content

Commit

Permalink
#1090 Fix upload files on behalf of candidadtes
Browse files Browse the repository at this point in the history
- fix the test
  • Loading branch information
lloback committed Nov 27, 2020
1 parent bc58cc3 commit 32cb30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/views/Exercises/Applications/Application.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ const mockStore = {
record: mockApplication,
},
},
getters: {
'application/data': () => mockApplication,
},
};

const mockRoute = {
Expand Down

0 comments on commit 32cb30f

Please sign in to comment.