mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
fixed failed tests
This commit is contained in:
@ -70,7 +70,7 @@ TEST_CASE("Shutdown socket without hanging when waiting for data") {
|
||||
&sls::UdpRxSocket::ReceivePacket),
|
||||
&s);
|
||||
|
||||
s.Close();
|
||||
s.Shutdown();
|
||||
auto r = ret.get();
|
||||
|
||||
CHECK(r == false); // since we didn't get the packet
|
||||
|
Reference in New Issue
Block a user