Skip to content

Commit 017a0db

Browse files
Removed unused constructor
Removed the constructor that accepted an optional `ITestOutputHelper` parameter, resulting in a default constructor for the class.
1 parent 4526b9b commit 017a0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clients/Codebreaker.GameAPIs.Client.Tests/GamesClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Codebreaker.GameAPIs.Client.Tests;
66

7-
public class GamesClientTests(ITestOutputHelper? testOutputHelper = null)
7+
public class GamesClientTests
88
{
99
[Fact]
1010
public async Task StartGameAsync_Should_ReturnResults()

0 commit comments

Comments
 (0)