Skip to content

Commit

Permalink
Merge pull request ReactiveX#1816 from tklever/fix-switch-test
Browse files Browse the repository at this point in the history
test(switch): update test case to use correct operator
  • Loading branch information
jayphelps authored Jul 9, 2016
2 parents 8befc1e + 88a0f9e commit 0fc88b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/operators/switch-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('Observable.prototype.switch', () => {
unsubbed.push(x);
};
}))
.mergeAll()
.switch()
.subscribe();

expect(unsubbed).to.deep.equal(['a', 'b']);
Expand Down

0 comments on commit 0fc88b2

Please sign in to comment.