Skip to content

Commit

Permalink
try fix Circle CI fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
moldovaniosif committed Oct 26, 2018
1 parent c27865f commit e4099ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ControllersTest/AudioControllerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AdioControllerTests: XCTestCase {
XCTAssertNotNil(audioController.audioPlayer)
XCTAssertNotNil(audioController.playingCell)
XCTAssertNotNil(audioController.playingMessage)
XCTAssertTrue(audioController.audioPlayer?.isPlaying ?? false, "Audio player should be playing")
XCTAssertTrue(audioController.audioPlayer!.isPlaying, "Audio player should be playing")
XCTAssertTrue(audioCell.playButton.isSelected, "Audio cell play button should be in selected state")
}

Expand Down

0 comments on commit e4099ff

Please sign in to comment.