diff --git a/GBIF/test/occurrence.jl b/GBIF/test/occurrence.jl index 5339530e8..77db7693c 100644 --- a/GBIF/test/occurrence.jl +++ b/GBIF/test/occurrence.jl @@ -9,14 +9,4 @@ o = occurrence(k) @test typeof(o) == GBIFRecord @test o.key == k -# This occurrence has been deleted, so this needs some wrapping -# It has been added back at some point -# k = 1258202889 -# @test_throws "cannot be accessed - error code" occurrence(k) - -# This occurrence is incorrectly formatted for some reason -# k = 1039645472 -# o = occurrence(k) -# @test typeof(o) == GBIFRecord - end diff --git a/docs/src/reference/gbif/CHANGELOG.md b/docs/src/reference/gbif/CHANGELOG.md index c2bc78a5b..d59f48e35 100644 --- a/docs/src/reference/gbif/CHANGELOG.md +++ b/docs/src/reference/gbif/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## `v1.0.1` + +- **removed** specific occurrences used in tests that are no longer relevant/archived + ## `v1.0.0` - **added** support for `OccurrencesInterface` at version 1