fix: runner package not renamed properly

This commit is contained in:
Sam Hoffman
2026-01-30 17:11:45 -05:00
parent 3e996996ea
commit 18b5ad4ff6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,14 +1,14 @@
package cmd_test
package runner_test
import (
"context"
"testing"
"git.gentoo.party/sam/thanks/internal/cmd"
"git.gentoo.party/sam/thanks/internal/runner"
)
func Test_ZCommand(t *testing.T) {
localRunner := &cmd.ZRunner{
localRunner := &runner.ZRunner{
Prog: "/bin/sh",
Args: []string{"-c"},
}