Skip to content

Commit a471376

Browse files
Update GamesClientTests and version to 3.9.0
Modified the GamesClientTests constructor to include an optional ITestOutputHelper parameter. Removed the gameId variable and added a JSON string for a game object. Updated the version in Codebreaker.GameAPIs.Client.csproj from 3.8.0 to 3.9.0.
1 parent cb66874 commit a471376

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ private static (HttpClient Client, Mock<HttpMessageHandler> Handler) GetHttpClie
678678
Mock<IConfiguration> configMock = new();
679679
configMock.Setup(x => x[It.IsAny<string>()]).Returns("http://localhost:5000");
680680
Mock<HttpMessageHandler> handlerMock = new(MockBehavior.Strict);
681-
var gameId = "91f3c729-5e6e-459a-b656-2d77f3f45dd9";
682681
string getReturnMessage = """
683682
{
684683
"id": "91f3c729-5e6e-459a-b656-2d77f3f45dd9",

src/clients/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Description>
1616
<PackageReadmeFile>readme.md</PackageReadmeFile>
1717
<PackageIcon>codebreaker.jpeg</PackageIcon>
18-
<Version>3.8.0</Version>
18+
<Version>3.9.0</Version>
1919
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
2020
</PropertyGroup>
2121

0 commit comments

Comments
 (0)