Skip to content

Commit

Permalink
E2E description reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsignori-aot committed Feb 6, 2025
1 parent 2aacef8 commit 8b2b7da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ describe(
expect(currentInvoiceSequenceNumber.sequenceNumber).toEqual("2");
});

it("Should create a new CAS invoice and avoid creating a second invoice when a receipt has already has an invoice associated with.", async () => {
it("Should create a new CAS invoice and avoid making a second invoice when a receipt already has an invoice associated with it.", async () => {
// Arrange
const casSupplier = await saveFakeCASSupplier(db, undefined, {
initialValues: {
Expand Down

0 comments on commit 8b2b7da

Please sign in to comment.