Skip to content

Commit e702b37

Browse files
wsobelCopilot
andauthored
Update mqtt_entity_sink_test.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 16d0862 commit e702b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_package/mqtt_entity_sink_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ TEST_F(MqttEntitySinkTest, mqtt_entity_sink_should_use_flat_topic_structure)
267267
auto device = m_agentTestHelper->m_agent->getDefaultDevice();
268268
size_t diCount = device->getDeviceDataItems().size();
269269

270-
// Add deterministic check to make sure we have recieved all the initial messages
270+
// Add deterministic check to make sure we have received all the initial messages
271271
ASSERT_TRUE(waitFor(5s, [&messageCount, &diCount]() { return messageCount >= diCount; }));
272272

273273
gotMessage = false;

0 commit comments

Comments
 (0)