Skip to content

Commit 37a2fe5

Browse files
committed
Defined test method as package-private
1 parent d3e9d82 commit 37a2fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolTypeMapping.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,15 @@ void testTimestamp()
289289
}
290290

291291
@Test
292-
public void testTimestampWithTimeZone()
292+
void testTimestampWithTimeZone()
293293
{
294294
//Only JVM Time Zone is currently used for testing timestamp with time zone
295295
//Adding test cases for other time zones would require improving the test to forcibly apply session changes for timestamp with timezone
296296
testTimestampWithTimeZone(ZoneId.systemDefault());
297297
}
298298

299299
@Test
300-
public void testUnsupportedTimestampValues()
300+
void testUnsupportedTimestampValues()
301301
{
302302
try (TestTable table = new TestTable(exasolServer::execute, "tpch.test_unsupported_timestamp", "(col TIMESTAMP)")) {
303303
// Too early

0 commit comments

Comments
 (0)