Skip to content

Commit

Permalink
Update shared/src/business/useCases/externalDocument/fileExternalDocu…
Browse files Browse the repository at this point in the history
…mentInteractor.test.js

Co-Authored-By: ericsorenson <eric@sorenson.software>
  • Loading branch information
waldoj and ericsorenson authored Apr 23, 2019
1 parent d4229e8 commit e455281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('fileExternalDocument', () => {
role: 'petitioner',
userId: 'taxpayer',
};
it('should throw if not authorized', async () => {
it('should throw an error if not authorized', async () => {
let error;
try {
applicationContext = {
Expand Down

0 comments on commit e455281

Please sign in to comment.