Skip to content

Commit 5be081c

Browse files
committed
fix: minor bugs
Signed-off-by: syaojun <[email protected]>
1 parent 413fdf5 commit 5be081c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/test/test_graph.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ TEST_CASE_METHOD(GlobalFixture, "Graph") {
131131

132132
auto vertices = std::make_shared<VerticesCollection>(
133133
vertex_info, graph_info->GetPrefix());
134-
REQUIRE(vertices.size() == expectedTotalCount);
134+
REQUIRE(vertices->size() == expectedTotalCount);
135135
std::cout << "total size " << vertices->size() << std::endl;
136136

137137
auto filter_female =

0 commit comments

Comments
 (0)