Skip to content

Commit 9fc80f5

Browse files
committed
🚚🗂️ change data for tests
1 parent a0029a3 commit 9fc80f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_cli.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe("process fisheries data", {
2020

2121
describe("plot potential site", {
2222
output_path <- "/workdir/tests/potential_site.png"
23-
gps_path <- "/workdir/tests/data/bl_sample_10_percent_5_ids.csv"
23+
gps_path <- "/workdir/tests/data/raw_gps_albatros_5_ids.csv"
2424
options <- list("data-path" = gps_path, "config-path" = config_path, "output-path" = output_path, "percentage-distribution" = 50, "n-iterations" = 10, "population-size" = 10)
2525
it("write figure", {
2626
testtools::if_exist_remove(output_path)

0 commit comments

Comments
 (0)