Skip to content

Commit

Permalink
Update fmt/test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmei committed Feb 25, 2019
1 parent 24cff63 commit 99b7fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wsman_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -94,7 +94,7 @@ func Test_executing_a_regex_command(t *testing.T) {
<a:Action mustUnderstand="true">http://schemas.xmlsoap.org/ws/2004/09/shell/Command</a:Action>
</env:Header>
<env:Body>
<rsp:CommandLine><rsp:Command>"echo %d >> C:\file.cmd"</rsp:Command></rsp:CommandLine>
<rsp:CommandLine><rsp:Command>"echo %s >> C:\file.cmd"</rsp:Command></rsp:CommandLine>
</env:Body>
</env:Envelope>`, uuid.NewV4().String())))

Expand Down

0 comments on commit 99b7fe2

Please sign in to comment.