Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PabRod committed Sep 30, 2024
1 parent fb33341 commit 4e94c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ skip_if_not_linux <- function() {
if(Sys.info()["sysname"] == "Linux") {
# Do nothing
} else {
skip("This is design to run on Linux machines only")
skip("This test is designed to run on Linux machines only")
}
}

Expand Down

0 comments on commit 4e94c25

Please sign in to comment.