We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a679be8 commit 04c620fCopy full SHA for 04c620f
tests/LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb/BlogPostRepositoryTests.cs
@@ -164,7 +164,7 @@ private static void StartServerIfNotRunning()
164
ConfigureServer(new TestServerOptions
165
{
166
DataDirectory = "./RavenDbTest/",
167
- FrameworkVersion = "6.0.0",
+ FrameworkVersion = "6.0.1",
168
});
169
}
170
@@ -185,4 +185,4 @@ private async Task<BlogPost> GetBlogPostByIdAsync(string id)
185
using var session = store.OpenAsyncSession();
186
return await session.Query<BlogPost>().SingleOrDefaultAsync(s => s.Id == id);
187
188
-}
+}
0 commit comments