Skip to content

Commit

Permalink
fix: remove async where it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpixels committed Sep 29, 2023
1 parent 227f2ca commit 7dc36bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/AssetCardForm/AssetCardForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ describe("Testing setCard-Prop in Health-Select", () => {
option,
user
);
await waitFor(async () => {
await waitFor(() => {
expect(mockSetter).toHaveBeenCalledWith({
...getMockCard(),
health: expectedValue,
Expand Down

0 comments on commit 7dc36bf

Please sign in to comment.