Skip to content

Commit 46cd75f

Browse files
committed
fix ut
1 parent aaa3332 commit 46cd75f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fluss-spark/fluss-spark-ut/src/test/scala/org/apache/fluss/spark/SparkCatalogTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class SparkCatalogTest extends FlussSparkTestBase {
4949

5050
val table = admin.getTableInfo(createTablePath("t")).get()
5151
assertThat(table.getRowType.getFieldCount).isEqualTo(3)
52-
assertThat(table.getRowType.getFieldNames).containsExactly("id", "name", "age")
52+
assertThatList(table.getRowType.getFieldNames).containsExactly("id", "name", "age")
5353
}
5454
}
5555

0 commit comments

Comments
 (0)