Skip to content

Commit

Permalink
fixed merge of json mapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel committed Feb 17, 2024
1 parent 875a96d commit 0bf7711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_package/json_mapping_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class MockPipelineContract : public PipelineContract
void deliverConnectStatus(entity::EntityPtr, const StringList &, bool) override {}
void sourceFailed(const std::string &id) override {}
const ObservationPtr checkDuplicate(const ObservationPtr &obs) const override { return obs; }
int32_t getSchemaVersion() const override { return SCHEMA_VERSION(2, 3); };

std::map<string, DataItemPtr> &m_dataItems;
std::map<string, DevicePtr> &m_devices;
Expand Down

0 comments on commit 0bf7711

Please sign in to comment.