Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jan 4, 2025
1 parent 80ddfb3 commit 4a350aa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Tests/TestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,5 @@ public static T DeserializeJsonResource<T>(byte[] data, JsonSerializerSettings s
}
}
}

[TestCleanup, DoNotParallelize]
public void Cleanup ()
{
// Clean up the test database directory
var testDatabaseDirectory = new DirectoryInfo(testDatabaseDir );
if ( testDatabaseDirectory.Exists )
{
testDatabaseDirectory.Delete( true );
}
}
}
}

0 comments on commit 4a350aa

Please sign in to comment.