Skip to content

Commit

Permalink
Make Swift-Format fail to test out setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed May 8, 2021
1 parent ba14cfb commit 02c4e9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UITests/Sources/Snapshot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ open class Snapshot: NSObject {
waitForLoadingIndicatorToDisappear()
}

// more information about this, check out https://github.com/fastlane/fastlane/tree/master/snapshot#how-does-it-work
print("snapshot: \(name)")
print("snapshot: \(name)") // more information about this, check out https://github.com/fastlane/fastlane/tree/master/snapshot#how-does-it-work

sleep(1) // Waiting for the animation to be finished (kind of)

Expand Down

0 comments on commit 02c4e9f

Please sign in to comment.