Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
CathLass committed Dec 31, 2024
1 parent d7171ce commit 39a2a50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public InductionTests(HostFixture hostFixture)
}

[Fact]
public async Task EditInductionStatus()
public async Task EditInduction()
{
var setStartDate = new DateOnly(2021, 1, 1);
var person = await TestData.CreatePersonAsync(
Expand Down Expand Up @@ -44,7 +44,7 @@ public async Task EditInductionStatus()
}

[Fact]
public async Task EditInductionStatus_NavigateBack_ShowsPreviousSelection()
public async Task EditInduction_NavigateBack()
{
var inductionStatusToSelect = InductionStatus.Failed;
var setStartDate = new DateOnly(2021, 1, 1);
Expand Down

0 comments on commit 39a2a50

Please sign in to comment.