chore(damn): detekt, build, tests, formatting
fixed detekt issues where possible. fixed disttar failing build because tools is added twice in the server module. added workflowId where required. fixed some tests not being recognized because of runBlocking without explicit return type. formatting + imports.
This commit is contained in:
@@ -39,4 +39,4 @@ class MockSessionEventReplayer : EventReplayer<SessionState> {
|
||||
invalidTransitions = 0,
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -165,4 +165,4 @@ class DefaultRetryCoordinatorTest {
|
||||
// virtual time should have advanced by backoffMs
|
||||
assertEquals(1000L, currentTime)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -158,4 +158,4 @@ class ReplayInferenceProviderTest {
|
||||
fun `id is ReplayProvider`() {
|
||||
Assertions.assertEquals(ProviderId("replay-provider"), replayProvider.id)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user