Skip to content

Commit 04c620f

Browse files
committed
Update Framework version for RavenDb Integrationtests
1 parent a679be8 commit 04c620f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/LinkDotNet.Blog.IntegrationTests/Infrastructure/Persistence/RavenDb/BlogPostRepositoryTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private static void StartServerIfNotRunning()
164164
ConfigureServer(new TestServerOptions
165165
{
166166
DataDirectory = "./RavenDbTest/",
167-
FrameworkVersion = "6.0.0",
167+
FrameworkVersion = "6.0.1",
168168
});
169169
}
170170
}
@@ -185,4 +185,4 @@ private async Task<BlogPost> GetBlogPostByIdAsync(string id)
185185
using var session = store.OpenAsyncSession();
186186
return await session.Query<BlogPost>().SingleOrDefaultAsync(s => s.Id == id);
187187
}
188-
}
188+
}

0 commit comments

Comments
 (0)