Skip to content

Commit 45226b5

Browse files
committed
fix the test
1 parent 99b1142 commit 45226b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TaskClusterMap/TaskClusterMap.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("TaskClusterMap", () => {
88
const { getByText } = global.withProvider(
99
<TaskClusterMap getUserAppSetting={() => null} taskMarkers={[]} />,
1010
);
11-
const text = getByText("3000 km");
11+
const text = getByText("10000 km");
1212
expect(text).toBeInTheDocument();
1313
});
1414

0 commit comments

Comments
 (0)