We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3881e commit fe75fc0Copy full SHA for fe75fc0
tests/Testcontainers.RavenDb.Tests/RavenDbContainerTest.cs
@@ -28,6 +28,6 @@ public void GetBuildNumberOperationReturnsBuildNumber()
28
var buildNumber = documentStore.Maintenance.Server.Send(new GetBuildNumberOperation());
29
30
// Then
31
- Assert.Equal("5.4", buildNumber.ProductVersion);
+ Assert.Contains(buildNumber.ProductVersion, _ravenDbContainer.Image.Tag);
32
}
33
0 commit comments