minor test typo
All checks were successful
Build on RHEL9 / build (push) Successful in 3m37s
Build on RHEL8 / build (push) Successful in 5m5s

This commit is contained in:
2025-07-09 17:20:46 +02:00
parent ef8d8a5fd2
commit af51776eef

View File

@ -29,9 +29,6 @@ Receiver::~Receiver() = default;
Receiver::Receiver(uint16_t port) {
validatePortNumber(port);
if (port == 9999) {
throw sls::RuntimeError("Throwing for testing purposes. ");
}
tcpipInterface = make_unique<ClientInterface>(port);
}