Skip to content

Commit

Permalink
Test fix for mget memory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jul 4, 2023
1 parent 2c89b1f commit 7a99986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-accuracy.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pins <- DBI::dbGetQuery(
SELECT year, pin, tax_bill_total
FROM pin
ORDER BY random()
LIMIT 2000000
LIMIT 1000000
"
)

Expand Down

0 comments on commit 7a99986

Please sign in to comment.