weldr/tests: fix indentation of expected aws compose
The Blueprint struct is misaligned, increase its indentation by 4.
This commit is contained in:
parent
3e7a96e5ea
commit
c312f40d27
1 changed files with 1 additions and 1 deletions
|
|
@ -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{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue