From a065a47b37fcdcfd7ba07fe7d50b23306cfcee98 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 5 Jan 2020 16:22:18 +1300 Subject: [PATCH] Fixed tests --- commands_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands_test.go b/commands_test.go index 3e89741..dee6722 100644 --- a/commands_test.go +++ b/commands_test.go @@ -1113,7 +1113,7 @@ func TestWriteCmd_SplatMapEmpty(t *testing.T) { t.Error(result.Error) } expectedOutput := `b: - c: {} + c: thing d: another thing ` test.AssertResult(t, expectedOutput, result.Output)