We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807da32 commit 8d8d127Copy full SHA for 8d8d127
workers/common/src/test/kotlin/common/env/EnvironmentServiceTest.kt
@@ -87,7 +87,7 @@ class EnvironmentServiceTest : WordSpec({
87
)
88
89
val service = mockk<InfrastructureServiceService> {
90
- coEvery { listForHierarchy(any<Hierarchy>()) } returns services
+ coEvery { listForHierarchy(any()) } returns services
91
}
92
93
val workerContext = mockk<WorkerContext> {
0 commit comments