Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Mar 1, 2024
1 parent 8bf2822 commit fd9ad8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void testCommitted() throws Exception {
@Test
public void testCommitAbort() throws Exception {
thrown.expect(DorisRuntimeException.class);
thrown.expectMessage("commit transaction error");
thrown.expectMessage("Commit transaction error");

String response =
"{\n"
Expand Down

0 comments on commit fd9ad8c

Please sign in to comment.