Skip to content

Commit

Permalink
Update tests/testthat/test-spq_perform.R
Browse files Browse the repository at this point in the history
Co-authored-by: Maëlle Salmon <maelle.salmon@yahoo.se>
  • Loading branch information
lvaudor and maelle authored Oct 20, 2023
1 parent b8f2f96 commit f850279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-spq_perform.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_that("spq_perform() works, replace_prefixes", {
expect_true(all(grepl("syr\\:", tib[["KUTy"]])))

httptest2::with_mock_dir(file.path("fixtures", "wikidata_prefixes"), {
tib=spq_init() %>%
tib = spq_init() %>%
spq_set(river="wd:Q602") %>%
spq_add("?river ?p ?o") %>%
spq_label(p,o) %>%
Expand Down

0 comments on commit f850279

Please sign in to comment.