Skip to content

Commit

Permalink
[PRDP-258] Fixed int test
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Nov 30, 2023
1 parent c0dfc50 commit 8ad5ed2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Then('the receipt has the status {string}', function (targetStatus) {
assert.strictEqual(this.responseToCheck.resources[0].status, targetStatus);
});

Then('the receipts datastore returns the updated receipt', function(){
Then('the receipts datastore returns the updated receipt', async function(){
this.responseToCheck = await getDocumentByIdFromReceiptsDatastore(this.eventId);
})

Expand Down

0 comments on commit 8ad5ed2

Please sign in to comment.