From 40283c90005ce7d20d36b9c9a576d58a8eb2816c Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 7 Dec 2023 12:32:43 -0600 Subject: [PATCH] chore: Add TODO --- src/lib/reference/tests/unit/HashtableConfigGtest.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/reference/tests/unit/HashtableConfigGtest.cpp b/src/lib/reference/tests/unit/HashtableConfigGtest.cpp index 9bed11c..24b08d4 100644 --- a/src/lib/reference/tests/unit/HashtableConfigGtest.cpp +++ b/src/lib/reference/tests/unit/HashtableConfigGtest.cpp @@ -5,3 +5,6 @@ #include "reference/HashtableConfig.hpp" TEST(HashtableConfig, Constructor) {} + +// TODO: Add regresion test for https://github.com/Illumina/DRAGMAP/pull/55 +// TODO: Add regresion test for https://github.com/Illumina/DRAGMAP/pull/56