Skip to content

Commit cdbe9ba

Browse files
lvaudormaelle
andauthored
Update tests/testthat/test-spq_perform.R
Co-authored-by: Maëlle Salmon <[email protected]>
1 parent e490127 commit cdbe9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-spq_perform.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test_that("spq_perform() works, replace_prefixes", {
2121
spq_add("?river ?p ?o") %>%
2222
spq_label(p,o) %>%
2323
spq_head(n = 10) %>%
24-
spq_perform(replace_prefixes=TRUE)
24+
spq_perform(replace_prefixes = TRUE)
2525
})
2626
expect_true(all(grepl("wd\\:", tib[["o"]])))
2727
expect_true(all(grepl("wdt\\:", tib[["p"]])))

0 commit comments

Comments
 (0)