Skip to content

Commit a580faa

Browse files
committed
2024-09-05 - feature-2583 - Modified ProgressBar
1 parent a94ee0e commit a580faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-ui/src/components/contribution_hours/ProgressBar.test.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import ProgressBar from './ProgressBar';
33
import renderer from 'react-test-renderer';
44

55
it('has billable hours', () => {
6-
snapshot(<ProgressBar props={(1200, 1500, 1850)} />);
6+
snapshot(<ProgressBar props={(1200, 1500, 1850, 0, 0, 0)} />);
77
});
88

99
it('has no billable hours', () => {
10-
snapshot(<ProgressBar props={(0, 1500, 1850)} />);
10+
snapshot(<ProgressBar props={(0, 1500, 1850, 0, 0, 0)} />);
1111
});

0 commit comments

Comments
 (0)