From 65227ecaa40ceba729a978bad981075f978d8d48 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 27 May 2020 10:56:40 +0200 Subject: [PATCH] Add reminder to write test --- core-buffer/test/test_FastQueue.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core-buffer/test/test_FastQueue.cpp b/core-buffer/test/test_FastQueue.cpp index 0d31142..e720c21 100644 --- a/core-buffer/test/test_FastQueue.cpp +++ b/core-buffer/test/test_FastQueue.cpp @@ -145,4 +145,6 @@ TEST(FaseQueue, array_parameter) ASSERT_EQ(module_metadata.n_received_packets, i_module); ASSERT_EQ(module_metadata.module_id, i_module); } -} \ No newline at end of file +} + +// TODO: Test with payload of zero (metadata only). \ No newline at end of file