Skip to content

Commit b9edbb3

Browse files
committed
Code cleanup
1 parent ef2c28e commit b9edbb3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Configuration/test/ConfigServer.Test/ConfigServerConfigurationBuilderExtensionsCoreTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ public void AddConfigServer_WithLoggerFactorySucceeds()
4343

4444
IList<string> logMessages = loggerProvider.GetAll();
4545

46-
logMessages.Should().Contain(
47-
"DBUG Steeltoe.Configuration.ConfigServer.ConfigServerConfigurationProvider: Fetching configuration from server(s).");
46+
logMessages.Should().Contain("DBUG Steeltoe.Configuration.ConfigServer.ConfigServerConfigurationProvider: Fetching configuration from server(s).");
4847
}
4948

5049
[Fact]

src/Configuration/test/ConfigServer.Test/ConfigServerConfigurationBuilderExtensionsTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ public void AddConfigServer_WithLoggerFactorySucceeds()
184184

185185
IList<string> logMessages = loggerProvider.GetAll();
186186

187-
logMessages.Should().Contain(
188-
"DBUG Steeltoe.Configuration.ConfigServer.ConfigServerConfigurationProvider: Fetching configuration from server(s).");
187+
logMessages.Should().Contain("DBUG Steeltoe.Configuration.ConfigServer.ConfigServerConfigurationProvider: Fetching configuration from server(s).");
189188
}
190189

191190
[Theory]

0 commit comments

Comments
 (0)