Skip to content

Commit f91d8a2

Browse files
committed
Move cage back to the origin
1 parent 96f6c4b commit f91d8a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CageUT.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ BOOST_AUTO_TEST_SUITE( graybat_cage_point_to_point_test )
117117
auto &cage = cageRef.get();
118118
auto cage2 = std::move(cage);
119119
std::cout << cage2.getPeers().size() << std::endl;
120+
cage = std::move(cage2);
120121
}
121122
});
122123
}

0 commit comments

Comments
 (0)