Skip to content

Commit d879e90

Browse files
committed
retry roll -> undefined
1 parent 15a826e commit d879e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ describe('diff', () => {
307307
roll: 1
308308
} as StyleSpecification, {
309309
} as StyleSpecification)).toEqual([
310-
{command: 'setRoll', args: [undefined]}
310+
{command: 'setRoll', args: [0]}
311311
]);
312312
});
313313

0 commit comments

Comments
 (0)