Skip to content

Commit

Permalink
Update IoTDBInsertAlignedValuesTableIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Dec 25, 2024
1 parent 4ec76f6 commit 9fd5be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public void testInsertLargeNumber() {
fail("Exception expected");
} catch (SQLException e) {
assertEquals(
"700: line 1:58: Invalid numeric literal: 271840880000000000000000", e.getMessage());
"700: line 1:59: Invalid numeric literal: 271840880000000000000000", e.getMessage());
}
}

Expand Down

0 comments on commit 9fd5be7

Please sign in to comment.