Skip to content

Commit

Permalink
TS-38628 Revert serializer API
Browse files Browse the repository at this point in the history
  • Loading branch information
Avanatiker committed Nov 28, 2024
1 parent e2cae2b commit d7eeb61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.teamscale.tia.client

import com.teamscale.client.ClusteredTestDetails
import com.teamscale.client.JsonUtils
import com.teamscale.client.JsonUtils.deserializeList
import com.teamscale.client.JsonUtils.serialize
import com.teamscale.client.StringUtils.isEmpty
Expand Down Expand Up @@ -108,7 +109,7 @@ class CommandLineInterface(arguments: Array<String>) {
) {
api.testRunStarted(includeNonImpacted, baseline, baselineRevision, availableTests)
}?.let {
println(it.serialize())
println(serialize(it))
}
}

Expand Down

0 comments on commit d7eeb61

Please sign in to comment.