Skip to content

Commit

Permalink
Updated tests for modified EntwineTest API
Browse files Browse the repository at this point in the history
  • Loading branch information
tcldr committed Jul 19, 2019
1 parent 15257b6 commit d27033c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/EntwineRxTests/RxToCombineTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ final class RxToCombineTests: XCTestCase {

scheduler.resume()

XCTAssertEqual(results1.sequence, [
XCTAssertEqual(results1.recordedOutput, [
(100, .subscription),
(200, .input(0)),
(300, .input(1)),
Expand All @@ -77,7 +77,7 @@ final class RxToCombineTests: XCTestCase {

scheduler.resume()

XCTAssertEqual(results1.sequence, [
XCTAssertEqual(results1.recordedOutput, [
(100, .subscription),
(200, .input(0)),
(300, .input(1)),
Expand Down

0 comments on commit d27033c

Please sign in to comment.