This commit is contained in:
Jesse Duffield 2021-12-30 13:44:41 +11:00
parent 66e840bc3f
commit 96c2887fd0
7 changed files with 35 additions and 68 deletions

View file

@ -55,7 +55,7 @@ func TestOSCommandRun(t *testing.T) {
for _, s := range scenarios {
c := NewDummyOSCommand()
s.test(c.Cmd.New(s.command)).Run()
s.test(c.Cmd.New(s.command).Run())
}
}