Skip to content

Commit

Permalink
fix issue where test crashes and doesn't cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Nov 19, 2024
1 parent c304eb1 commit d7fbb91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/FwLite/LcmCrdt.Tests/OpenProjectTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class OpenProjectTests
public async Task OpeningAProjectWorks()
{
var sqliteConnectionString = "OpeningAProjectWorks.sqlite";
if (File.Exists(sqliteConnectionString)) File.Delete(sqliteConnectionString);
var builder = Host.CreateEmptyApplicationBuilder(null);
builder.Services.AddLcmCrdtClient();
using var host = builder.Build();
Expand Down

0 comments on commit d7fbb91

Please sign in to comment.