Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 6e96e53

Browse files
committed
update unit test
1 parent 816307f commit 6e96e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/tests/distance/test_edge_edge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ TEST_CASE(
324324
e1 << 1, 0, 0;
325325
dn << 0, 0, 1;
326326
f0 << 0.4, 0.3, GENERATE(take(10, random(-0.2, 0.2)));
327-
f1 << 0.6, 0.2, GENERATE(take(10, random(-0.2, 0.2)));
327+
f1 << 0.6, -0.2, GENERATE(take(10, random(-0.2, 0.2)));
328328

329329
ipc::Vector15d x;
330330
x << dn, e0, e1, f0, f1;

0 commit comments

Comments
 (0)