Skip to content

Commit a061d57

Browse files
committed
fix tests cpp
1 parent 9ee3b00 commit a061d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/inspector/test-surface-colocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void check_colocation2D()
8787
== second_colocated_points_group,
8888
"[Test] Surface has wrong first colocated points group." );
8989
OPENGEODE_EXCEPTION(
90-
colocated_points_groups.issues()[1] == second_colocated_points_group
90+
colocated_points_groups.issues()[1] == first_colocated_points_group
9191
|| colocated_points_groups.issues()[1]
9292
== second_colocated_points_group,
9393
"[Test] Surface has wrong second colocated points group." );

0 commit comments

Comments
 (0)