Skip to content

Commit 020bc13

Browse files
author
Zsofia Borbely
committed
TS-42917 Fix compilation error
1 parent dda8bfd commit 020bc13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impacted-test-engine/src/main/kotlin/com/teamscale/test_impacted/engine/ImpactedTestEngine.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ImpactedTestEngine : TestEngine {
2323
return EngineDescriptor(uniqueId, ENGINE_NAME)
2424
}
2525
if (engineOptions.partition == null) {
26-
throw AgentConfigurationError("Agent option partition is undefined, but it's a mandatory parameter when executing impacted tests.")
26+
throw AssertionError("Agent option partition is undefined, but it's a mandatory parameter when executing impacted tests.")
2727
}
2828

2929
val configuration = engineOptions.testEngineConfiguration

0 commit comments

Comments
 (0)