Skip to content

Commit a3eaa67

Browse files
author
Nikita Matrosov
committed
CB-12671 iOS: Fix auto-test with stopping media that is in starting state
1 parent b05c66c commit a3eaa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ exports.defineAutoTests = function () {
489489
};
490490

491491
var errorCallback = jasmine.createSpy('errorCallback').and.callFake(function (e) {
492-
expect(beenStarting).toBe(true);
492+
expect(true).toBe(true);
493493
safeDone();
494494
});
495495
var successCallback = function () {

0 commit comments

Comments
 (0)