Skip to content

Commit

Permalink
Update IoTDBDeviceIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Jan 10, 2025
1 parent 389ecff commit 8e3fe3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public void testDevice() throws SQLException {
fail("Update shall fail when result type mismatch");
} catch (final Exception e) {
assertEquals(
"701: Result type mismatch for attribute 'model', expected class org.apache.tsfile.utils.Binary, actual class java.lang.Integer",
"507: Result type mismatch for attribute 'model', expected class org.apache.tsfile.utils.Binary, actual class java.lang.Integer",
e.getMessage());
}

Expand Down

0 comments on commit 8e3fe3a

Please sign in to comment.