Skip to content

Commit

Permalink
fix: support empty subscription marbles
Browse files Browse the repository at this point in the history
Closes #5499
  • Loading branch information
cartant committed Jun 16, 2020
1 parent 6e7b77f commit d8bc289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/testing/TestScheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class TestScheduler extends VirtualTimeScheduler {
flushTest.ready = true;
flushTest.expected = marblesArray.map(marbles =>
TestScheduler.parseMarblesAsSubscriptions(marbles, runMode)
);
).filter(marbles => marbles.subscribedFrame !== Infinity);
}
};
}
Expand Down

0 comments on commit d8bc289

Please sign in to comment.