Skip to content

Commit 28195b9

Browse files
committed
off by one char
1 parent 5ab5834 commit 28195b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/inst/tests/testthat/test_sparkSQL.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ test_that("test cache, uncache and clearCache", {
689689
expect_true(dropTempView("table1"))
690690

691691
expect_error(uncacheTable("foo"),
692-
"Error in uncacheTable : no such table - Table or view 'foo' not found in database 'default'")
692+
"Error in uncacheTable : no such table - Table or view 'foo' not found in database 'default'")
693693
})
694694

695695
test_that("insertInto() on a registered table", {

0 commit comments

Comments
 (0)