Skip to content

Commit d5b6432

Browse files
committed
test: fix test
1 parent 33d3687 commit d5b6432

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/flowmeasure/FlowMeasureStatusUpdatesTest.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ namespace ECFMPTest::FlowMeasure {
100100
}
101101
));
102102
ON_CALL(*measure, Status).WillByDefault(testing::Return(status));
103+
ON_CALL(*measure, Identifier).WillByDefault(testing::Invoke([identifier]() -> const std::string& {
104+
return identifier;
105+
}));
103106

104107
return measure;
105108
}

0 commit comments

Comments
 (0)