Skip to content

Commit

Permalink
chore: fix TS 3.9 error in dematerialize test (#5429)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant authored May 14, 2020
1 parent 27931bc commit ff314e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/operators/dematerialize-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('dematerialize operator', () => {
});

it('should dematerialize a sad stream', () => {
const values = {
const values: Record<string, Notification<string | undefined>> = {
a: Notification.createNext('w'),
b: Notification.createNext('x'),
c: Notification.createNext('y'),
Expand Down

0 comments on commit ff314e6

Please sign in to comment.