Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Riku Virtanen committed Dec 16, 2024
1 parent 645c804 commit 9f31a35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public async Task TestWithGeographyData()
Helper.ExecuteNonQuery("IF OBJECT_ID('InsertGeography') IS NOT NULL DROP PROCEDURE InsertGeography");
Helper.ExecuteNonQuery("IF OBJECT_ID('InsertGeometry') IS NOT NULL DROP PROCEDURE InsertGeometry");
Helper.ExecuteNonQuery("IF OBJECT_ID('SelectGeography') IS NOT NULL DROP PROCEDURE SelectGeography");

Helper.ExecuteNonQuery($"DROP TABLE {table}");
}
}
Expand Down

0 comments on commit 9f31a35

Please sign in to comment.