Skip to content
Snippets Groups Projects
Commit df09c52b authored by Anatoly's avatar Anatoly
Browse files

fix: test

parent 90058908
No related tags found
No related merge requests found
Pipeline #12430 failed
......@@ -8,7 +8,7 @@ import (
func TestEcho(t *testing.T) {
arg := "hello"
b, err := exec.Command("go", "run", "echo.go", arg).CombinedOutput()
b, err := exec.Command("go", "run", "main.go", arg).CombinedOutput()
if err != nil {
t.Error(err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment