Skip to content

Commit

Permalink
remove unneeded await
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Feb 15, 2024
1 parent 41faef1 commit 287fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/apps/api/test/projects/crud/delete-project.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ test(`deleting a project does not work if user is not in project`, async () => {

const request = await fixtures.WhenProjectIsDeletedAsNotIncludedUser();

await fixtures.ThenForbiddenIsReturned(request);
fixtures.ThenForbiddenIsReturned(request);
});

0 comments on commit 287fd89

Please sign in to comment.