Skip to content

Commit

Permalink
reduce test data to 501 rows
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Oct 22, 2024
1 parent 6856c71 commit 58d9cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-pact_process_website.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

test_that("website data processing works as expected", {
pact_data <- pact_read_website() |>
(\(x) x[c(seq_len(1000), 9527), ])()
(\(x) x[c(seq_len(500), 9527), ])()
df1 <- pact_process_website(pact_data)
df2 <- pact_process_website(pact_data, col_list = FALSE, fix = FALSE)

Expand Down

0 comments on commit 58d9cdc

Please sign in to comment.