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 19, 2023
1 parent 088f400 commit 3a315fc
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 3a315fc

Please sign in to comment.