diff --git a/commands_test.go b/commands_test.go index 3e897419..dee6722b 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)