Skip to content

Commit 25ab1ba

Browse files
committed
remove unused mock function
1 parent c91e2e2 commit 25ab1ba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/testthat/test-row-distinct.R

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
mock_as_vector <- function(...) {
2-
data.frame(
3-
x1 = c(letters[1:2], NA, NA),
4-
x2 = c(letters[1:2], "a", NA),
5-
stringsAsFactors = TRUE
6-
)
7-
}
8-
91
with_mock_crunch({
102
ds <- loadDataset("test ds")
113

0 commit comments

Comments
 (0)