Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
halfgaar committed Nov 20, 2024
1 parent 8c76868 commit fd9f528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlashMQTests/tst_maintests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit fd9f528

Please sign in to comment.