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

Commit f024164

Browse files
committed
format
1 parent ef21440 commit f024164

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,10 +29,10 @@ public TestServiceConfiguration(string tablePrefix) {
2929

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

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

34+
public string? OneFuzzEndpoint => throw new System.NotImplementedException();
35+
3636
public LogDestination[] LogDestinations { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
3737

3838
public SeverityLevel LogSeverityLevel => throw new System.NotImplementedException();

0 commit comments

Comments
 (0)