Fixed tests

This commit is contained in:
Mike Farah 2020-01-05 16:22:18 +13:00
parent 625cfdac75
commit a065a47b37

View File

@ -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)