From c83acd3f5749fe240464283a43f8b03797a1b544 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Aug 2025 22:46:25 +0300 Subject: refactor as per manual code reviews --- internal/hexaicli/run_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/hexaicli/run_test.go') diff --git a/internal/hexaicli/run_test.go b/internal/hexaicli/run_test.go index f9c8443..377b224 100644 --- a/internal/hexaicli/run_test.go +++ b/internal/hexaicli/run_test.go @@ -1,5 +1,4 @@ // Summary: Unit tests for Hexai CLI helpers and run flow (input parsing, messages, streaming). -// Not yet reviewed by a human package hexaicli import ( @@ -9,8 +8,6 @@ import ( "testing" ) -// helpers moved to testhelpers_test.go - func TestReadInput_ArgsOnly(t *testing.T) { restore, f := setStdin(t, "") defer restore() -- cgit v1.2.3