Skip to content

Commit

Permalink
Try to fix Docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Sep 26, 2023
1 parent e4680c5 commit 249e357
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.0.0-beta.2 - 2023-09-26

Follow Nexus changes.

## v2.0.0-beta.1 - 2023-04-24

Follow Nexus changes.
Expand Down
2 changes: 1 addition & 1 deletion tests/Nexus.Sources.Remote.Tests/SetupDockerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class SetupDockerTests
#if LINUX
[Theory]
[InlineData("python", "main.py nexus-main {remote-port}", "v2.0.0-beta.1")]
[InlineData("dotnet", "nexus-remoting-sample.csproj nexus-main {remote-port}", "v2.0.0-beta.1")]
[InlineData("dotnet", "nexus-remoting-sample.csproj nexus-main {remote-port}", "v2.0.0-beta.3")]
#endif
public async Task CanReadFullDay(string satelliteId, string command, string version)
{
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.0",
"suffix": "beta.1"
"suffix": "beta.2"
}

0 comments on commit 249e357

Please sign in to comment.