Skip to content

Commit

Permalink
[fix] Fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsreaper committed Nov 11, 2024
1 parent 4ed3bb2 commit 1d3a626
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,8 @@ public void testAlterTableUpdateColumnType() throws Exception {
false))
.satisfies(
anyCauseMatches(
IllegalArgumentException.class,
"Cannot update partition column [dt] type in the table"));
UnsupportedOperationException.class,
"Cannot update partition column: [dt]"));
}

@Test
Expand Down

0 comments on commit 1d3a626

Please sign in to comment.