Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Feb 8, 2024
1 parent 4392c87 commit ae7f407
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
abstract class AbstractRemoteExasolVirtualSchemaConnectionIT extends AbstractExasolSqlDialectIT {
@Test
void testInvervalYearToMonthMapping() {
void testIntervalYearToMonthMapping() {
final Table table = createSingleColumnTable("INTERVAL YEAR (9) TO MONTH")//
.insert("-999999999-11") //
.insert("-1-1") //
Expand Down

0 comments on commit ae7f407

Please sign in to comment.