Skip to content

Commit

Permalink
updated name of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
muralikaturi committed Jan 11, 2024
1 parent b2e467c commit 20c37d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 20c37d1

Please sign in to comment.