From 51184d63c743ec7ff36610b055b0c9a8d21fee4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Wed, 13 Nov 2024 01:24:02 +0100 Subject: [PATCH] well it is pretty now... --- .../playground/smithyql/parser/v3/TreeSitterParserTests.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/treesitter/src/test/scala/playground/smithyql/parser/v3/TreeSitterParserTests.scala b/modules/treesitter/src/test/scala/playground/smithyql/parser/v3/TreeSitterParserTests.scala index 42ec3381..10900b12 100644 --- a/modules/treesitter/src/test/scala/playground/smithyql/parser/v3/TreeSitterParserTests.scala +++ b/modules/treesitter/src/test/scala/playground/smithyql/parser/v3/TreeSitterParserTests.scala @@ -74,8 +74,6 @@ object TreeSitterParserTests extends FunSuite { val in = parse("""use service fo o.b ar.b/az.bax/#//B//,,{}az |GetBa z { a = { x = 42, 50 }, z, 42 }""".stripMargin) - // this ain't pretty huh - // watch out for the upcoming lookup DSL val valueOfX = in.select( _.statements