We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee3b00 commit a061d57Copy full SHA for a061d57
tests/inspector/test-surface-colocation.cpp
@@ -87,7 +87,7 @@ void check_colocation2D()
87
== second_colocated_points_group,
88
"[Test] Surface has wrong first colocated points group." );
89
OPENGEODE_EXCEPTION(
90
- colocated_points_groups.issues()[1] == second_colocated_points_group
+ colocated_points_groups.issues()[1] == first_colocated_points_group
91
|| colocated_points_groups.issues()[1]
92
93
"[Test] Surface has wrong second colocated points group." );
0 commit comments