Skip to content

Commit 5caf133

Browse files
author
A Wokaty
committed
Change search target
1 parent a51d854 commit 5caf133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-bedbaser.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ test_that("bb_beds_in_bedset returns expected bed_ids", {
8282
})
8383

8484
test_that("bb_bed_text_search returns results scored against the query", {
85-
beds <- bb_bed_text_search(bedbase, "hg38") |>
85+
beds <- bb_bed_text_search(bedbase, "cancer") |>
8686
dplyr::arrange(id)
8787
ex_beds <- httr::content(bedbase$text_to_bed_search_v1_bed_search_text_get(
88-
query = "hg38",
88+
query = "cancer",
8989
genome = NULL,
9090
assay = NULL,
9191
limit = 10,

0 commit comments

Comments
 (0)