Skip to content

Commit

Permalink
fix(Observable): forEach will no longer next values after an error
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Aug 1, 2018
1 parent cb6dd81 commit b4bad1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/Observable-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ describe('Observable', () => {
.catch(err => results.push(err))
.then(
() => {
// Since the consuming code can no longer interfere with the synchronous
// producer, the remaining results are nexted.
expect(results).to.deep.equal([1, 2, 3, expected]);
}
).then(
Expand Down

0 comments on commit b4bad1f

Please sign in to comment.