diff --git a/wsman_test.go b/wsman_test.go
index 4df2ac0..be2df43 100644
--- a/wsman_test.go
+++ b/wsman_test.go
@@ -8,8 +8,8 @@ import (
"strings"
"testing"
- "github.com/antchfx/xquery/xml"
- "github.com/satori/go.uuid"
+ xmlquery "github.com/antchfx/xquery/xml"
+ uuid "github.com/satori/go.uuid"
)
func Test_creating_a_shell(t *testing.T) {
@@ -94,7 +94,7 @@ func Test_executing_a_regex_command(t *testing.T) {
http://schemas.xmlsoap.org/ws/2004/09/shell/Command
- "echo %d >> C:\file.cmd"
+ "echo %s >> C:\file.cmd"
`, uuid.NewV4().String())))