Skip to content

Commit 8a58c03

Browse files
database->namespace in R test
1 parent d504fd7 commit 8a58c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/tests/fulltests/test_sparkSQL.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4015,7 +4015,7 @@ test_that("catalog APIs, currentDatabase, setCurrentDatabase, listDatabases", {
40154015
expect_equal(currentDatabase(), "default")
40164016
expect_error(setCurrentDatabase("default"), NA)
40174017
expect_error(setCurrentDatabase("zxwtyswklpf"),
4018-
paste0("Error in setCurrentDatabase : analysis error - Database ",
4018+
paste0("Error in setCurrentDatabase : analysis error - Namespace ",
40194019
"'zxwtyswklpf' does not exist"))
40204020
dbs <- collect(listDatabases())
40214021
expect_equal(names(dbs), c("name", "catalog", "description", "locationUri"))

0 commit comments

Comments
 (0)