Skip to content

Commit dce9436

Browse files
nicoSWDclaude
andcommitted
fix: update CalendarSpeedRelayFormattingTest to use IFSCAthleteGender
IFSCRoundCategory was renamed to IFSCAthleteGender in the rebased Improve start lists commit. Update the test file that still referenced the old class name. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2baabe8 commit dce9436

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/Infrastructure/Calendar/CalendarSpeedRelayFormattingTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use SportClimbing\IfscCalendar\Domain\Discipline\IFSCDisciplines;
1616
use SportClimbing\IfscCalendar\Domain\Event\IFSCEvent;
1717
use SportClimbing\IfscCalendar\Domain\Round\IFSCRound;
18-
use SportClimbing\IfscCalendar\Domain\Round\IFSCRoundCategory;
18+
use SportClimbing\IfscCalendar\Domain\Athlete\IFSCAthleteGender;
1919
use SportClimbing\IfscCalendar\Domain\Round\IFSCRoundKind;
2020
use SportClimbing\IfscCalendar\Domain\Round\IFSCRoundStatus;
2121
use SportClimbing\IfscCalendar\Domain\Season\IFSCSeasonYear;
@@ -59,7 +59,7 @@ private function createEventWithSpeedRelayRound(): IFSCEvent
5959
$roundEnd = new DateTimeImmutable('2026-09-01 11:30:00', $timeZone);
6060
$round = new IFSCRound(
6161
name: "Men's Speed Relay Qualification",
62-
categories: [IFSCRoundCategory::MEN],
62+
categories: [IFSCAthleteGender::MEN],
6363
disciplines: new IFSCDisciplines([IFSCDiscipline::SPEED_RELAY]),
6464
kind: IFSCRoundKind::QUALIFICATION,
6565
liveStream: new LiveStream(url: 'https://youtube.com/watch?v=relay-test'),

0 commit comments

Comments
 (0)