diff --git a/VideoApi/VideoApi.IntegrationTests/Api/Conferences/GetConferencesForIndividualByHearingRefIdTests.cs b/VideoApi/VideoApi.IntegrationTests/Api/Conferences/GetConferencesForIndividualByHearingRefIdTests.cs index ab93f9841..89ae91af4 100644 --- a/VideoApi/VideoApi.IntegrationTests/Api/Conferences/GetConferencesForIndividualByHearingRefIdTests.cs +++ b/VideoApi/VideoApi.IntegrationTests/Api/Conferences/GetConferencesForIndividualByHearingRefIdTests.cs @@ -19,7 +19,7 @@ namespace VideoApi.IntegrationTests.Api.Conferences; public class GetConferencesForIndividualByHearingRefIdTests : ApiTest { [Test] - public async Task should_get_conferences_for_host_by_HearingRefId() + public async Task should_get_conferences_for_individual_by_HearingRefId() { //arrange var conference = await TestDataManager.SeedConference();