mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
format support lib
This commit is contained in:
2
slsSupportLib/tests/test-network_utils.cpp
Executable file → Normal file
2
slsSupportLib/tests/test-network_utils.cpp
Executable file → Normal file
@ -105,7 +105,7 @@ TEST_CASE("MAC Output operator gives same result as string", "[support]") {
|
||||
CHECK(os.str() == addr.str());
|
||||
}
|
||||
|
||||
TEST_CASE("Copy construct a MacAddr"){
|
||||
TEST_CASE("Copy construct a MacAddr") {
|
||||
MacAddr addr{"00:50:c2:46:d9:a6"};
|
||||
MacAddr addr2(addr);
|
||||
CHECK(addr == addr2);
|
||||
|
Reference in New Issue
Block a user