From 99b7fe2fddf13e83d546a045b094acb6a892a72e Mon Sep 17 00:00:00 2001 From: Dylan Meissner Date: Mon, 25 Feb 2019 07:06:35 -0800 Subject: [PATCH] Update fmt/test --- wsman_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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())))