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