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 864551a commit a8abeb4Copy full SHA for a8abeb4
LinqToDBPostGisNetTopologySuite.Tests/AffineTransformationsTests.cs
@@ -16,8 +16,8 @@ public void Setup()
16
{
17
using (var db = new PostGisTestDataConnection(TestDatabaseConnectionString))
18
19
- db.TestGeometries.Delete();
20
- db.TestGeographies.Delete();
+ db.TestGeometries.Truncate();
+ db.TestGeographies.Truncate();
21
}
22
23
0 commit comments