Skip to content

Commit

Permalink
Fixed incorrect test artifacts path in ParseTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
zuziaka committed Oct 19, 2020
1 parent 66e8039 commit df76968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_runner/src/test/kotlin/ftl/ios/ParseTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import org.junit.runner.RunWith
@RunWith(FlankTestRunner::class)
class ParseTest {

private val objcBinary = "$FIXTURES_PATH/objc/EarlGreyExampleTests"
private val swiftBinary = "$FIXTURES_PATH/swift/EarlGreyExampleSwiftTests"
private val objcBinary = "$FIXTURES_PATH/ios/earl_grey_example/objc/EarlGreyExampleTests"
private val swiftBinary = "$FIXTURES_PATH/ios/earl_grey_example/swift/EarlGreyExampleSwiftTests"

private val objcTests = listOf(
"EarlGreyExampleTests/testBasicSelection",
Expand Down

0 comments on commit df76968

Please # to comment.