Skip to content

Commit

Permalink
better test text
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com>
  • Loading branch information
alex-Arc and cpvalente authored Jun 23, 2024
1 parent 27d0db3 commit 137ab87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe('generate()', () => {
expect(initResult.totalDuration).toBe(500 - 100);
});

it('calculates total duration with 0 durration events not caussing a next day', () => {
it('calculates total duration with 0 duration events without causing a next day', () => {
const testRundown: OntimeRundown = [
{ type: SupportedEvent.Event, id: '1', timeStart: 100, timeEnd: 100, duration: 0 } as OntimeEvent,
{ type: SupportedEvent.Event, id: '2', timeStart: 100, timeEnd: 300 } as OntimeEvent,
Expand Down

0 comments on commit 137ab87

Please sign in to comment.