Skip to content

Commit

Permalink
tweak full_path test to just expect a string back
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 13, 2018
1 parent 5324a7e commit d557cbf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/testthat/test-HoardClient.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ test_that("HoardClient works", {
)

# use full_path
vv <- tempdir()
expect_match(
bb$cache_path_set(full_path = vv),
vv
expect_is(
bb$cache_path_set(full_path = tempdir()),
'character'
)

# clean up before testing
Expand Down

0 comments on commit d557cbf

Please sign in to comment.