Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <[email protected]>
  • Loading branch information
penghuo committed May 15, 2024
1 parent 5ba67b5 commit 5fb2450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class FlintCatalogSuite extends SparkFunSuite with MockitoSugar {
}

def shouldThrowException(): Unit = {
assertThrows[RuntimeException] {
assertThrows[IllegalStateException] {
resolveCatalogName(spark, catalog)
}
}
Expand Down

0 comments on commit 5fb2450

Please sign in to comment.