Skip to content

Commit

Permalink
fix: broken test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsik Yoo committed Jul 29, 2019
1 parent 382cca2 commit f1cc8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app/view/time.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('View/Time', function() {
});

expect(result.left).toBe(50);
expect(result.width).toBe(null);
expect(result.width).toBe(0); // change null value to 0 to fit width 100%
});

it('_getScheduleViewBoundY()', function() {
Expand Down

0 comments on commit f1cc8cd

Please sign in to comment.