Skip to content

Commit a44dc24

Browse files
Itolstoganovasl
authored andcommitted
Fix contracted graph test
1 parent a3df15c commit a44dc24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/debruijn/contracted_graph_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ TEST(ContractedGraph, Subgraph) {
123123
for (const auto& vertex: vertex_it_helper) {
124124
vertex_map.insert({vertex.int_id(), vertex});
125125
}
126-
ContractedGraphFactoryHelper helper(g);
126+
ContractedGraphFactoryHelper helper;
127127

128128
std::unordered_set<VertexId> no_fourth_subset({vertex_map.at(first_id),
129129
vertex_map.at(second_id),

0 commit comments

Comments
 (0)