diff --git a/src/components/RegionInput.test.js b/src/components/RegionInput.test.js index 3e1f3bb5..e0d11f11 100644 --- a/src/components/RegionInput.test.js +++ b/src/components/RegionInput.test.js @@ -61,7 +61,6 @@ test("it calls handleRegionChange when region is changed with new region", async await userEvent.type(input, NEW_REGION); expect(handleRegionChangeMock).toHaveBeenLastCalledWith( - NEW_REGION, - undefined + NEW_REGION ); });