Fix some SonarCloud issues in UnitTests (#610)

This commit is contained in:
Stef Heyenrath
2021-05-07 16:23:23 +00:00
committed by GitHub
parent 83d178bdb5
commit 934c444902
4 changed files with 14 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ namespace WireMock.Net.Tests
public class ObservableLogEntriesTest
{
[Fact]
public async void WireMockServer_LogEntriesChanged_WithException_Should_LogError()
public async Task WireMockServer_LogEntriesChanged_WithException_Should_LogError()
{
// Assign
string path = $"/log_{Guid.NewGuid()}";
@@ -48,7 +48,7 @@ namespace WireMock.Net.Tests
}
[Fact]
public async void WireMockServer_LogEntriesChanged()
public async Task WireMockServer_LogEntriesChanged()
{
// Assign
string path = $"/log_{Guid.NewGuid()}";