Skip to content

Commit 693606e

Browse files
committed
bug fix when posts had no fields/f: or sort/s:
1 parent b3dae91 commit 693606e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-search-pv.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ test_that("posts and gets return the same data", {
316316
, "uspc_subclass" # 404
317317
)
318318

319-
good_eps <- eps[!eps %in% bad_eps]
319+
good_eps <- endpoints[!endpoints %in% bad_eps]
320320

321321
z <- lapply(good_eps, function(x) {
322322
print(x)

0 commit comments

Comments
 (0)