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 94be617 commit bf4f867Copy full SHA for bf4f867
tests/LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb/BlogPostRepositoryTests.cs
@@ -162,7 +162,7 @@ private static void StartServerIfNotRunning()
162
ConfigureServer(new TestServerOptions
163
{
164
DataDirectory = "./RavenDbTest/",
165
- FrameworkVersion = "6.0.3",
+ FrameworkVersion = "6.0.4",
166
});
167
}
168
@@ -183,4 +183,4 @@ private async Task<BlogPost> GetBlogPostByIdAsync(string id)
183
using var session = store.OpenAsyncSession();
184
return await session.Query<BlogPost>().SingleOrDefaultAsync(s => s.Id == id);
185
186
-}
+}
0 commit comments