Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Test suite for the Geography server-side execution class.
*/
class GeographyExecutionTest {
class GeographyExecutionSuite {

// A sample Geography byte array for testing purposes, representing a POINT(1 2) with SRID 4326.
private final byte[] testGeographyVal = new byte[] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Test suite for the Geometry server-side execution class.
*/
class GeometryExecutionTest {
class GeometryExecutionSuite {

// A sample Geometry byte array for testing purposes, representing a POINT(1 2) with SRID 4326.
private final byte[] testGeometryVal = new byte[] {
Expand Down