fix: runner package not renamed properly
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package cmd
|
package runner
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
package cmd_test
|
package runner_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"git.gentoo.party/sam/thanks/internal/cmd"
|
"git.gentoo.party/sam/thanks/internal/runner"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Test_ZCommand(t *testing.T) {
|
func Test_ZCommand(t *testing.T) {
|
||||||
localRunner := &cmd.ZRunner{
|
localRunner := &runner.ZRunner{
|
||||||
Prog: "/bin/sh",
|
Prog: "/bin/sh",
|
||||||
Args: []string{"-c"},
|
Args: []string{"-c"},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user