Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsontom committed Sep 21, 2023
1 parent bd9c410 commit ee6e6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ test_that('tokenless-get-methods', {
expect_true(tibble::is_tibble(get_study_samples('MTBLS968')))
expect_true(tibble::is_tibble(get_study_files('MTBLS375', raw_data = FALSE)))
expect_true(is.character(get_study_title('MTBLS968')))
expect_true(is.character(get_isa_investigation('MTBLS375')))
#expect_true(is.character(get_isa_investigation('MTBLS375')))

})

0 comments on commit ee6e6ff

Please sign in to comment.