Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tzhang committed Oct 13, 2023
1 parent b6e7d3e commit 3f7fcd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ public void testAbortOnErrorSkipBatch() throws Exception {
Map<String, Object> row2 = new HashMap<>();
row2.put("c1", 2);
Map<String, Object> row3 = new HashMap<>();
row3.put("c1", "3");
row3.put("c1", "a");

verifyInsertValidationResponse(channel.insertRow(row1, "1"));

Expand Down

0 comments on commit 3f7fcd1

Please sign in to comment.