Skip to content

Commit

Permalink
use accepted name for Abramis bjoerkna (synonym)
Browse files Browse the repository at this point in the history
  • Loading branch information
sannegovaert committed Jun 24, 2024
1 parent 329de2d commit cefb2c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sql/dwc_occurrence.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SELECT

-- TAXON
CASE
WHEN o."ScientificName" = 'Abramis bjoerkna' THEN 'Abramis bjoerkna'
WHEN o."ScientificName" = 'Abramis bjoerkna' THEN 'Blicca bjoerkna'
WHEN o."ScientificName" = 'Abramis Brama' THEN 'Abramis brama'
WHEN o."ScientificName" = 'Alburnus alburnus' THEN 'Alburnus alburnus'
WHEN o."ScientificName" = 'Ameiurus nebulosus' THEN 'Ameiurus nebulosus'
Expand Down
1 change: 0 additions & 1 deletion tests/test_dwc_event_occurrence_mof.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ testthat::test_that(

testthat::test_that("scientificName is never NA and one of the list", {
species <- c(
"Abramis bjoerkna",
"Abramis brama",
"Alburnus alburnus",
"Ameiurus nebulosus",
Expand Down

0 comments on commit cefb2c5

Please sign in to comment.