Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 8c6735f

Browse files
committed
format
1 parent ef21440 commit 8c6735f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiService/IntegrationTests/Fakes/TestServiceConfiguration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ public TestServiceConfiguration(string tablePrefix) {
2929

3030
public string? OneFuzzInstanceName => "UnitTestInstance";
3131

32-
public string? OneFuzzEndpoint => throw new System.NotImplementedException();
32+
// -- Remainder not implemented --
3333

34-
// -- Remainder not implemented --
34+
public string? OneFuzzEndpoint => throw new System.NotImplementedException();
3535

3636
public LogDestination[] LogDestinations { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
3737

0 commit comments

Comments
 (0)