Skip to content

Commit

Permalink
SIMSBIOHUB-379: Fixed typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisupshall committed Dec 20, 2023
1 parent 5826152 commit d5fca79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/paths/submission/intake.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('intake', () => {
} catch (error) {
expect(validateSubmissionFeaturesStub).to.have.been.calledOnce;
expect((error as HTTPError).status).to.equal(400);
expect((error as HTTPError).message).to.equal('Invalid submission submission');
expect((error as HTTPError).message).to.equal('Invalid submission');
}
});

Expand Down

0 comments on commit d5fca79

Please sign in to comment.