Skip to content

Commit

Permalink
fix redundant client tests mocks
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Oct 19, 2023
1 parent 451fe8e commit baecbe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ class FlintSparkSkippingIndexITSuite extends FlintSparkSuite {

val index = flint.describeIndex(testIndex)
index shouldBe defined
index.get.metadata().getContent(anyBoolean()) should matchJson(s"""{
index.get.metadata().getContent() should matchJson(s"""{
| "_meta": {
| "name": "flint_spark_catalog_default_data_type_table_skipping_index",
| "version": "${current()}",
Expand Down

0 comments on commit baecbe8

Please sign in to comment.