From fd9f5286468bdb096ed77bbdc57b7c16e9a246e2 Mon Sep 17 00:00:00 2001 From: Wiebe Cazemier Date: Wed, 20 Nov 2024 15:37:32 +0100 Subject: [PATCH] Remove outdated TODO --- FlashMQTests/tst_maintests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlashMQTests/tst_maintests.cpp b/FlashMQTests/tst_maintests.cpp index 20a94fb..53fe3d6 100644 --- a/FlashMQTests/tst_maintests.cpp +++ b/FlashMQTests/tst_maintests.cpp @@ -980,7 +980,7 @@ void MainTests::testSavingSessions() c1.reset(); MqttPacket publishPacket(ProtocolVersion::Mqtt5, publish); PublishCopyFactory fac(&publishPacket); - c1ses->writePacket(fac, 1, false, 6268); // TODO: subscription identifier? What to do / test? + c1ses->writePacket(fac, 1, false, 6268); FlashMQTempDir tmpdir; auto dbpath = tmpdir.getPath() / "flashmqtests_sessions.db";