@@ -38,7 +38,7 @@ class VersionDownloadAcceptanceSpec : ShouldSpec({
3838 application {
3939 configureAppForTesting(
4040 TestDependencyInjection .healthService,
41- TestDependencyInjection .releaseService ,
41+ TestDependencyInjection .metaService ,
4242 TestDependencyInjection .versionService
4343 )
4444 }
@@ -78,7 +78,7 @@ class VersionDownloadAcceptanceSpec : ShouldSpec({
7878 application {
7979 configureAppForTesting(
8080 TestDependencyInjection .healthService,
81- TestDependencyInjection .releaseService ,
81+ TestDependencyInjection .metaService ,
8282 TestDependencyInjection .versionService
8383 )
8484 }
@@ -103,7 +103,7 @@ class VersionDownloadAcceptanceSpec : ShouldSpec({
103103 application {
104104 configureAppForTesting(
105105 TestDependencyInjection .healthService,
106- TestDependencyInjection .releaseService ,
106+ TestDependencyInjection .metaService ,
107107 TestDependencyInjection .versionService
108108 )
109109 }
@@ -121,7 +121,7 @@ class VersionDownloadAcceptanceSpec : ShouldSpec({
121121 application {
122122 configureAppForTesting(
123123 TestDependencyInjection .healthService,
124- TestDependencyInjection .releaseService ,
124+ TestDependencyInjection .metaService ,
125125 TestDependencyInjection .versionService
126126 )
127127 }
@@ -150,7 +150,7 @@ class VersionDownloadAcceptanceSpec : ShouldSpec({
150150 application {
151151 configureAppForTesting(
152152 TestDependencyInjection .healthService,
153- TestDependencyInjection .releaseService ,
153+ TestDependencyInjection .metaService ,
154154 TestDependencyInjection .versionService
155155 )
156156 }
@@ -179,7 +179,7 @@ class VersionDownloadAcceptanceSpec : ShouldSpec({
179179 application {
180180 configureAppForTesting(
181181 TestDependencyInjection .healthService,
182- TestDependencyInjection .releaseService ,
182+ TestDependencyInjection .metaService ,
183183 TestDependencyInjection .versionService
184184 )
185185 }
@@ -214,7 +214,7 @@ class VersionDownloadAcceptanceSpec : ShouldSpec({
214214 application {
215215 configureAppForTesting(
216216 TestDependencyInjection .healthService,
217- TestDependencyInjection .releaseService ,
217+ TestDependencyInjection .metaService ,
218218 TestDependencyInjection .versionService
219219 )
220220 }
@@ -261,7 +261,7 @@ class VersionDownloadAcceptanceSpec : ShouldSpec({
261261 application {
262262 configureAppForTesting(
263263 TestDependencyInjection .healthService,
264- TestDependencyInjection .releaseService ,
264+ TestDependencyInjection .metaService ,
265265 TestDependencyInjection .versionService
266266 )
267267 }
0 commit comments