Skip to content

Commit

Permalink
Fix tvOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Jun 19, 2017
1 parent 9e6775b commit d09151f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import XCTest

class ResourceAppTests_tvOS: XCTestCase {

let expectedWarnings = [
""
]
let expectedWarnings = "warning: [R.swift] project.pbxproj is internally inconsistent.\n\n - PBXBuildFile (DEADBEEFDEADBEEFDEADBEEF) references missing fileRef C0FEFEC0FEFEC0FEFEC0FEFE\n - PBXBuildFile (DEADBEEFDEADBEEFDEADBEEF) is not used\n\nPerhaps a merge conflict?\n\n".components(separatedBy: "\n")

func testWarningsAreLogged() {
guard let logURL = Bundle(for: ResourceAppTests_tvOS.self).url(forResource: "rswift-tv", withExtension: "log") else {
Expand Down

0 comments on commit d09151f

Please sign in to comment.