Skip to content

Commit

Permalink
fix fire guid
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Jul 5, 2024
1 parent fabac67 commit 0b08697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-query-geodata-filter.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test_that("operators work with different remote geom col names",{

## REMOTE "SHAPE"
crd_fires <- suppressWarnings(
bcdc_query_geodata("f635b5a6-c810-4623-9286-df9386b1ee75") %>%
bcdc_query_geodata("22c7cb44-1463-48f7-8e47-88857f207702") %>%
filter(FIRE_YEAR == 2000, FIRE_CAUSE == "Person", INTERSECTS(crd)) %>%
collect()
)
Expand Down

0 comments on commit 0b08697

Please sign in to comment.