Skip to content

Commit

Permalink
chore(review): Fix test name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesatdfe committed Jan 2, 2025
1 parent a38d544 commit 7670d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace FamilyHubs.Idams.Maintenance.UnitTests.Core.Commands.Add;
public class AddUserSessionCommandTests
{
[Fact]
public async Task serSessionExists_Handle_ThrowsAlreadyExistsException()
public async Task UserSessionExists_Handle_ThrowsAlreadyExistsException()
{
var userSessionList = TestUserSessions.GetListOfTestUserSessions();
var repository = Substitute.For<IRepository>();
Expand Down

0 comments on commit 7670d7c

Please sign in to comment.