diff --git a/tests/LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb/BlogPostRepositoryTests.cs b/tests/LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb/BlogPostRepositoryTests.cs index 7b06318b..69844633 100644 --- a/tests/LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb/BlogPostRepositoryTests.cs +++ b/tests/LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb/BlogPostRepositoryTests.cs @@ -164,7 +164,7 @@ private static void StartServerIfNotRunning() ConfigureServer(new TestServerOptions { DataDirectory = "./RavenDbTest/", - FrameworkVersion = "6.0.0", + FrameworkVersion = "6.0.1", }); } } @@ -185,4 +185,4 @@ private async Task GetBlogPostByIdAsync(string id) using var session = store.OpenAsyncSession(); return await session.Query().SingleOrDefaultAsync(s => s.Id == id); } -} +} \ No newline at end of file