From f3b2d11f590984a4240291d91aae838955b2f665 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 20 Aug 2022 15:45:45 -0400 Subject: [PATCH] I swear its not my code thats wrong its the test No like literally this keeps happening --- parser/parser_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/parser_test.go b/parser/parser_test.go index 051e771..d433d64 100644 --- a/parser/parser_test.go +++ b/parser/parser_test.go @@ -154,7 +154,7 @@ objt ro ComplexInit:Obj 394580 objt ro Init:Obj ro that:String "hello world" - ro this:Int + ro this:Int 23 `, test) }