Skip to content

Commit 4a350aa

Browse files
committed
Tidy
1 parent 80ddfb3 commit 4a350aa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Tests/TestBase.cs

-11
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,5 @@ public static T DeserializeJsonResource<T>(byte[] data, JsonSerializerSettings s
8282
}
8383
}
8484
}
85-
86-
[TestCleanup, DoNotParallelize]
87-
public void Cleanup ()
88-
{
89-
// Clean up the test database directory
90-
var testDatabaseDirectory = new DirectoryInfo(testDatabaseDir );
91-
if ( testDatabaseDirectory.Exists )
92-
{
93-
testDatabaseDirectory.Delete( true );
94-
}
95-
}
9685
}
9786
}

0 commit comments

Comments
 (0)