Skip to content

Commit 9b0751f

Browse files
authored
Swift code highlight in README
1 parent 8cd9117 commit 9b0751f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This "Kit" adds many feature to speed up iOS app testing. It allows to write Uni
66

77
## Example :
88

9-
````
9+
```swift
1010
func testWaitForTapableTextAndTapIt_shouldHaveTap() {
1111
// Given
1212
let solo = STKSolo()
@@ -20,7 +20,7 @@ func testWaitForTapableTextAndTapIt_shouldHaveTap() {
2020
XCTAssertTrue(waitForText)
2121
XCTAssertTrue(viewController.tapped)
2222
}
23-
````
23+
```
2424

2525
see more in [STKSoloTests.swift](https://github.com/openium/SwiftiumTestingKit/blob/master/STKTestAppTests/STKSoloTests.swift)
2626

0 commit comments

Comments
 (0)