Skip to content

Commit f24a9cd

Browse files
committed
fix: test case reference
1 parent 16a21b7 commit f24a9cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

VirtualFinland.UsersAPI.UnitTests/Tests/Activities/Productizer/PersonJobApplicantProfile_UnitTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ public async Task UpdateJobApplicantProfile_WithValidData_ReturnsUpdatedData()
2929
var command = new UpdateJobApplicantProfileCommandBuilder().Build();
3030
command.SetAuth(requestAuthenticatedUser);
3131
var mockLoggerFactory = GetMockedAnalyticsLoggerFactory();
32-
var occupationRepository = new MockOccupationsRepository();
33-
var sut = new UpdateJobApplicantProfile.Handler(_dbContext, mockLoggerFactory, occupationRepository);
32+
var sut = new UpdateJobApplicantProfile.Handler(_dbContext, mockLoggerFactory);
3433

3534
var actual = await sut.Handle(command, CancellationToken.None);
3635

0 commit comments

Comments
 (0)