Skip to content

Commit

Permalink
Changes to get build working
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmedd committed Jun 27, 2024
1 parent 2080a0c commit 63a843d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions test/coverage/ZenohUTransportTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#include <up-cpp/datamodel/builder/Uuid.h>
#include <up-cpp/datamodel/validator/UUri.h>

#include <zenoh.hxx>

#include "up-transport-zenoh-cpp/ZenohUTransport.h"

namespace uprotocol::transport {
Expand Down Expand Up @@ -77,10 +75,10 @@ struct ExposeKeyString : public ZenohUTransport {
auto toZenohKeyString(Args&&... args) {
return ZenohUTransport::toZenohKeyString(std::forward<Args>(args)...);
}
}
};

TEST_F(TestZenohUTransport, toZenohKeyString) {
EXPECT_TRUE(std::is_base_of_v<ZenohUTransport, ExposeKeyString>);
EXPECT_TRUE((std::is_base_of_v<ZenohUTransport, ExposeKeyString>));

EXPECT_EQ(
ExposeKeyString::toZenohKeyString(
Expand Down
2 changes: 0 additions & 2 deletions test/extra/PublisherSubscriberTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include <up-cpp/datamodel/builder/Uuid.h>
#include <up-cpp/datamodel/validator/UUri.h>

#include <zenoh.hxx>

#include "up-transport-zenoh-cpp/ZenohUTransport.h"

namespace {
Expand Down

0 comments on commit 63a843d

Please sign in to comment.