Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Sep 3, 2024
1 parent e6c5cda commit 2142c50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public void test_ST_Buffer3() throws SQLException {
try {
assertTrue(rs.next());
assertEquals("POLYGON ((150 90, 135.35533905932738 54.64466094067263, 100 40, 64.64466094067262 54.64466094067262,"
+ " 50 90, 64.64466094067262 125.35533905932738, 99.99999999999999 140,"
+ " 50 90, 64.64466094067262 125.35533905932738, 100 140,"
+ " 135.35533905932738 125.35533905932738, 150 90))", rs.getString(1));
} finally {
rs.close();
Expand Down

0 comments on commit 2142c50

Please sign in to comment.