diff options
Diffstat (limited to 'internal/hexaicli/run_test.go')
| -rw-r--r-- | internal/hexaicli/run_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
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() |
