Skip to content

Commit

Permalink
Update workoutSegment.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Dec 15, 2024
1 parent 4d26f76 commit 2e80231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/engine/utils/workoutSegment.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { test } from 'uvu'
import * as assert from 'uvu/assert'

import { createWorkoutSegment } from './utils/workoutSegment.js'
import { createWorkoutSegment } from './workoutSegment.js'

test('Test workoutSegment initialisation behaviour without setting an interval', () => {
const startingPoint = {
Expand Down

0 comments on commit 2e80231

Please sign in to comment.