mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
try fix Circle CI fail test
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user