Skip to content

Commit 0861d5f

Browse files
committed
fix test
1 parent 9786e09 commit 0861d5f

File tree

1 file changed

+1
-1
lines changed
  • front/src/applications/editor/components/LinearMetadata

1 file changed

+1
-1
lines changed

front/src/applications/editor/components/LinearMetadata/data.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function checkWrapperValidity<T = any>(
8989
if (newLine)
9090
assert.equal(
9191
Math.round(last(result)?.end || 0),
92-
Math.round(getLineStringDistance(newLine) * 1000),
92+
Math.round(getLineStringDistance(newLine)),
9393
message
9494
);
9595
// Checking the continuity

0 commit comments

Comments
 (0)