Skip to content

Commit

Permalink
refactor: better naming of test
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Oct 17, 2024
1 parent fc8e7cb commit 3110078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/progression/progression.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getRIRForWeek, progressiveOverloadMagic } from '$lib/utils/workoutUtils
import { test, expect } from '../fixtures';
import { testMesocycle } from './data';

test('first cycle, no changes', () => {
test('progress first cycle, no changes', () => {
const currentRIR = getRIRForWeek(testMesocycle.RIRProgression, 1);

for (let i = 0; i < testMesocycle.mesocycleExerciseSplitDays.length; i++) {
Expand Down

0 comments on commit 3110078

Please sign in to comment.