@@ -90,7 +90,7 @@ func TestInstall(t *testing.T) {
9090 mockManifestSource : config .ManifestSourceLocal ,
9191 mockManifest : types.SlackYaml {
9292 AppManifest : types.AppManifest {
93- MetaData : & types.ManifestMetaData {
93+ Metadata : & types.ManifestMetadata {
9494 MajorVersion : 2 ,
9595 },
9696 Settings : & types.AppSettings {
@@ -105,7 +105,7 @@ func TestInstall(t *testing.T) {
105105 TeamDomain : mockTeamDomain ,
106106 },
107107 expectedManifest : types.AppManifest {
108- MetaData : & types.ManifestMetaData {
108+ Metadata : & types.ManifestMetadata {
109109 MajorVersion : 2 ,
110110 },
111111 Settings : & types.AppSettings {
@@ -149,7 +149,7 @@ func TestInstall(t *testing.T) {
149149 mockManifestSource : config .ManifestSourceLocal ,
150150 mockManifest : types.SlackYaml {
151151 AppManifest : types.AppManifest {
152- MetaData : & types.ManifestMetaData {
152+ Metadata : & types.ManifestMetadata {
153153 MajorVersion : 2 ,
154154 },
155155 Settings : & types.AppSettings {
@@ -164,7 +164,7 @@ func TestInstall(t *testing.T) {
164164 TeamDomain : mockTeamDomain ,
165165 },
166166 expectedManifest : types.AppManifest {
167- MetaData : & types.ManifestMetaData {
167+ Metadata : & types.ManifestMetadata {
168168 MajorVersion : 2 ,
169169 },
170170 Settings : & types.AppSettings {
@@ -210,7 +210,7 @@ func TestInstall(t *testing.T) {
210210 mockIsTTY : true ,
211211 mockManifest : types.SlackYaml {
212212 AppManifest : types.AppManifest {
213- MetaData : & types.ManifestMetaData {
213+ Metadata : & types.ManifestMetadata {
214214 MajorVersion : 1 ,
215215 },
216216 DisplayInformation : types.DisplayInformation {
@@ -232,7 +232,7 @@ func TestInstall(t *testing.T) {
232232 },
233233 expectedInstallState : types .InstallSuccess ,
234234 expectedManifest : types.AppManifest {
235- MetaData : & types.ManifestMetaData {
235+ Metadata : & types.ManifestMetadata {
236236 MajorVersion : 1 ,
237237 },
238238 DisplayInformation : types.DisplayInformation {
@@ -386,7 +386,7 @@ func TestInstall(t *testing.T) {
386386 mockIsTTY : true ,
387387 mockManifest : types.SlackYaml {
388388 AppManifest : types.AppManifest {
389- MetaData : & types.ManifestMetaData {
389+ Metadata : & types.ManifestMetadata {
390390 MajorVersion : 1 ,
391391 },
392392 DisplayInformation : types.DisplayInformation {
@@ -426,7 +426,7 @@ func TestInstall(t *testing.T) {
426426 mockBoltExperiment : true ,
427427 mockManifest : types.SlackYaml {
428428 AppManifest : types.AppManifest {
429- MetaData : & types.ManifestMetaData {
429+ Metadata : & types.ManifestMetadata {
430430 MajorVersion : 1 ,
431431 },
432432 DisplayInformation : types.DisplayInformation {
@@ -442,7 +442,7 @@ func TestInstall(t *testing.T) {
442442 },
443443 expectedInstallState : types .InstallSuccess ,
444444 expectedManifest : types.AppManifest {
445- MetaData : & types.ManifestMetaData {
445+ Metadata : & types.ManifestMetadata {
446446 MajorVersion : 1 ,
447447 },
448448 DisplayInformation : types.DisplayInformation {
@@ -687,7 +687,7 @@ func TestInstallLocalApp(t *testing.T) {
687687 },
688688 mockManifest : types.SlackYaml {
689689 AppManifest : types.AppManifest {
690- MetaData : & types.ManifestMetaData {
690+ Metadata : & types.ManifestMetadata {
691691 MajorVersion : 2 ,
692692 },
693693 DisplayInformation : types.DisplayInformation {
@@ -707,7 +707,7 @@ func TestInstallLocalApp(t *testing.T) {
707707 UserID : mockUserID ,
708708 },
709709 expectedManifest : types.AppManifest {
710- MetaData : & types.ManifestMetaData {
710+ Metadata : & types.ManifestMetadata {
711711 MajorVersion : 2 ,
712712 },
713713 DisplayInformation : types.DisplayInformation {
@@ -749,7 +749,7 @@ func TestInstallLocalApp(t *testing.T) {
749749 },
750750 mockManifest : types.SlackYaml {
751751 AppManifest : types.AppManifest {
752- MetaData : & types.ManifestMetaData {
752+ Metadata : & types.ManifestMetadata {
753753 MajorVersion : 1 ,
754754 },
755755 DisplayInformation : types.DisplayInformation {
@@ -777,7 +777,7 @@ func TestInstallLocalApp(t *testing.T) {
777777 UserID : mockUserID ,
778778 },
779779 expectedManifest : types.AppManifest {
780- MetaData : & types.ManifestMetaData {
780+ Metadata : & types.ManifestMetadata {
781781 MajorVersion : 1 ,
782782 },
783783 DisplayInformation : types.DisplayInformation {
0 commit comments