Skip to content

Commit

Permalink
[3840] add test of unsigned integer value
Browse files Browse the repository at this point in the history
  • Loading branch information
DoNotPanicUA committed Jun 5, 2021
1 parent 02ad48c commit 29b4763
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ protected void initTests() {
.addInsertValues("null", "-2147483648", "2147483647")
.build());

addDataTypeTestData(
TestDataHolder.builder()
.sourceType("int")
.airbyteType(JsonSchemaPrimitive.NUMBER)
.fullSourceDataType("int unsigned")
.addInsertValues("3428724653")
.build());

addDataTypeTestData(
TestDataHolder.builder()
.sourceType("int")
Expand Down

0 comments on commit 29b4763

Please sign in to comment.