From 807365847cabfb1686d7e53bb25190dfb357b216 Mon Sep 17 00:00:00 2001 From: kelvinqian00 Date: Tue, 27 Aug 2024 14:01:18 -0400 Subject: [PATCH] Add TODO --- src/test/lrsql/scope_test.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/lrsql/scope_test.clj b/src/test/lrsql/scope_test.clj index 0ce315cb..967c27f2 100644 --- a/src/test/lrsql/scope_test.clj +++ b/src/test/lrsql/scope_test.clj @@ -53,6 +53,8 @@ ;; For some reason, this is not a test case in the conformance tests, and adding ;; a new namespace just for this one POST request would be overkill, so we just ;; put it here. +;; TODO: Add this test case to a proper "expanded conformance test suite" along +;; with other cases not covered by the ADL conformance tests. (def stmt-body-empty (u/write-json-str []))