From c312f40d27b3971eeaed28e347ae4b8a3b7c607f Mon Sep 17 00:00:00 2001 From: Jacob Kozol Date: Wed, 12 Feb 2020 18:42:38 +0100 Subject: [PATCH] weldr/tests: fix indentation of expected aws compose The Blueprint struct is misaligned, increase its indentation by 4. --- internal/weldr/api_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/weldr/api_test.go b/internal/weldr/api_test.go index b8dd065cb..e01569b80 100644 --- a/internal/weldr/api_test.go +++ b/internal/weldr/api_test.go @@ -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{},