Skip to content

Commit

Permalink
quick improvement to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Jul 31, 2019
1 parent af95ab6 commit c0546d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-create-use.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ test_that("group creation works", {
hql_create_group(group1)
hql_create_group(group2)
expect_null(hql_flush())
expect_identical(hql_list_groups(recursive = FALSE), c(group1, dirname(group2)))
expect_identical(hql_list_groups("group2"), group2)
expect_identical(hql_list_groups(recursive = TRUE), c(group1, dirname(group2), group2))
})

test_that("file close works", {
Expand Down

0 comments on commit c0546d4

Please sign in to comment.