weldr/tests: fix indentation of expected aws compose

The Blueprint struct is misaligned, increase its indentation by 4.
This commit is contained in:
Jacob Kozol 2020-02-12 18:42:38 +01:00 committed by jkozol
parent 3e7a96e5ea
commit c312f40d27

View file

@ -312,7 +312,7 @@ func TestCompose(t *testing.T) {
},
}
expectedComposeLocalAndAws := &compose.Compose{
Blueprint: &blueprint.Blueprint{
Blueprint: &blueprint.Blueprint{
Name: "test",
Version: "0.0.0",
Packages: []blueprint.Package{},