We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413fdf5 commit 5be081cCopy full SHA for 5be081c
cpp/test/test_graph.cc
@@ -131,7 +131,7 @@ TEST_CASE_METHOD(GlobalFixture, "Graph") {
131
132
auto vertices = std::make_shared<VerticesCollection>(
133
vertex_info, graph_info->GetPrefix());
134
- REQUIRE(vertices.size() == expectedTotalCount);
+ REQUIRE(vertices->size() == expectedTotalCount);
135
std::cout << "total size " << vertices->size() << std::endl;
136
137
auto filter_female =
0 commit comments