Skip to content

Commit

Permalink
remove stray await
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Oct 18, 2023
1 parent e3ef348 commit 22e16f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('Cost Surface', () => {
);

// ASSERT
await fixtures.ThenEmptyErrorWasReturned(response);
fixtures.ThenEmptyErrorWasReturned(response);
});
});
describe('Update Cost Surface', () => {
Expand Down

0 comments on commit 22e16f8

Please sign in to comment.