Browse Source

fix test typo

cl-refactor
subtly 10 years ago
parent
commit
c63b38e362
  1. 2
      test/net.cpp

2
test/net.cpp

@ -153,7 +153,7 @@ BOOST_AUTO_TEST_CASE(badPingNodePacket)
PingNode p((bi::udp::endpoint()));
BOOST_REQUIRE_NO_THROW(p = PingNode::fromBytesConstRef(bi::udp::endpoint(), bytesConstRef(&s.out())));
BOOST_REQUIRE(p.version = 0);
BOOST_REQUIRE(p.version == 0);
}
BOOST_AUTO_TEST_CASE(test_neighbours_packet)

Loading…
Cancel
Save