Skip to content

Commit 37a2fe5

Browse files
committed
Rename test methods in AdminResourceServiceTests
1 parent 69e6eb4 commit 37a2fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AzureOpenAIProxy.ApiApp.Tests/Services/AdminResourceServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ await repository.Received(1).CreateResource(Arg.Is<AdminResourceDetails>(x =>
7272
}
7373

7474
[Fact]
75-
public async Task Given_RepositoryFails_When_CreateResource_Invoked_Then_It_Should_Throw_Exception()
75+
public async Task Given_Failure_In_Add_Entity_When_CreateResource_Invoked_Then_It_Should_Throw_Exception()
7676
{
7777
// Arrange
7878
var repository = Substitute.For<IAdminResourceRepository>();

0 commit comments

Comments
 (0)