Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
off by one char
  • Loading branch information
felixcheung committed Mar 31, 2017
commit 28195b98bf71c36b47e3e191b24715806f8aed6e
2 changes: 1 addition & 1 deletion R/pkg/inst/tests/testthat/test_sparkSQL.R
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ test_that("test cache, uncache and clearCache", {
expect_true(dropTempView("table1"))

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

test_that("insertInto() on a registered table", {
Expand Down