Skip to content

Commit

Permalink
fix: consecutive blank lines in buffer-spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Farr committed Dec 7, 2016
1 parent 132af2f commit 25307d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/operators/buffer-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ describe('Observable.prototype.buffer', () => {
expectSubscriptions(b.subscriptions).toBe(bsubs);
});


it('should emit last buffer if source completes', () => {
const a = hot('-a-b-c-d-e-f-g-h-i-|');
const b = hot('-----B-----B--------');
Expand Down

0 comments on commit 25307d0

Please sign in to comment.