Skip to content

Add snapshots for list_countries() #11

Add snapshots for list_countries()

Add snapshots for list_countries() #11

Triggered via pull request December 5, 2024 16:48
Status Failure
Total duration 2m 49s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
2m 37s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
lint-changed-files
Process completed with exit code 31.
lint-changed-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-changed-files: tests/testthat/test-list_countries.R#L22
file=tests/testthat/test-list_countries.R,line=22,col=7,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
lint-changed-files: tests/testthat/test-list_countries.R#L26
file=tests/testthat/test-list_countries.R,line=26,col=7,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.