Skip to content

Commit

Permalink
Fix serial socket tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Nov 4, 2024
1 parent 83d3ba0 commit a72594e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libshviotqt/tests/serialportsocket/mockrpcconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
MockRpcConnection::MockRpcConnection(QObject *parent)
: shv::iotqt::rpc::SocketRpcConnection{parent}
{
setClientProtocolType(shv::chainpack::Rpc::ProtocolType::ChainPack);
}

void MockRpcConnection::close()
Expand Down

0 comments on commit a72594e

Please sign in to comment.