Skip to content

Commit 00a6691

Browse files
arnejharnejh
authored andcommitted
Changed line starting with else in test-export_ICESbiotic.R.
1 parent 3383c8f commit 00a6691

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

inst/tinytest/test-export_ICESbiotic.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
if(Sys.info()["sysname"] == "Darwin" && Sys.info()["machine"] != "arm64") {
44
expect_true(TRUE)
5-
}
6-
else {
5+
} else {
76
# Run the test project:
87
projectPaths <- system.file("test", "export_ICESbiotic.zip", package = "RstoxFramework")
98

@@ -13,7 +12,7 @@ else {
1312
if(NROW(test$dat$ICESBiotic$Catch) > NROW(test$dat_orig$ICESBiotic$Catch)) {
1413
warning("There might have been additions to http://vocab.ices.dk/?ref=365 causing more species to be inclcuded in the Catch table. This is accepted for this test of export_ICESbiotic.zip.")
1514

16-
# Defiene here the new species added and remove those rows:
15+
# Define here the new species added and remove those rows:
1716
sp <- c(
1817
"106790" # Added in 2023
1918
)

0 commit comments

Comments
 (0)