Skip to content

Commit

Permalink
Cleaning after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed May 14, 2021
1 parent a17b7dd commit 76adaf7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions corellium/domain/src/main/kotlin/flank/corellium/domain/Util.kt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RunTestAndroidCorelliumTestMockApi : RunTestAndroidCorellium.Context {
override val config = Config(
credentials = stubCredentials,
apks = listOf(
Config.Apk.App(
Config.Apk.App(
path = "app1",
tests = listOf(
Config.Apk.Test("app1/test1"),
Expand Down
2 changes: 1 addition & 1 deletion corellium/junit/src/main/kotlin/flank/junit/JUnit.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement
import com.fasterxml.jackson.module.kotlin.readValue
import flank.junit.mapper.TimeSerializer
import flank.junit.mapper.mapToTestSuites
import flank.junit.mapper.xmlMapper
import flank.junit.mapper.readEmptyTestSuites
import flank.junit.mapper.xmlMapper
import flank.junit.mapper.xmlPrettyWriter
import java.io.File
import java.io.Writer
Expand Down

0 comments on commit 76adaf7

Please # to comment.