fixed missing testing import

This commit is contained in:
redanthrax 2022-06-28 15:19:34 -07:00
parent fd8405ff37
commit 5855283d24

View file

@ -6,6 +6,7 @@ package agent
import ( import (
"errors" "errors"
"strings" "strings"
"testing"
) )
func TestRunScript(t *testing.T){ func TestRunScript(t *testing.T){