Commit 23a27b9c authored by keks's avatar keks Committed by Jeromy

fix test that didn't respect cmds.Single

License: MIT
Signed-off-by: default avatarkeks <keks@cryptoscope.co>
parent e8ad0944
......@@ -83,7 +83,8 @@ func TestNewCommand(t *testing.T) {
t.Fatal(err)
}
expected := "Test."
expected := `{"Value":"Test."}
`
if buf.String() != expected {
t.Fatalf("expected string %#v but got %#v", expected, buf.String())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment