Skip to content

Commit ae524c3

Browse files
committed
update test
1 parent fc2c5a3 commit ae524c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/connector/TableResolutionSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class TableResolutionSuite extends QueryTest with SharedSparkSession with Before
5252
val ex = intercept[AnalysisException] {
5353
sql(command)
5454
}
55-
assert(ex.getMessage.contains("Invalid command: 't' is a view not a table."))
55+
assert(ex.getMessage.contains(s"Invalid command: '$tbl' is a view not a table."))
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)