fix: runner package not renamed properly
This commit is contained in:
@@ -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"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user