Skip to content

Commit

Permalink
Merge pull request #1332 from UKGovernmentBEIS/2122-add-new-channel-d…
Browse files Browse the repository at this point in the history
…elivery-code

(2122) Add new accepted channel of delivery code
  • Loading branch information
CristinaRO committed Sep 6, 2021
2 parents 9783ac5 + 6189f90 commit ab7d0be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,8 @@

## [unreleased]

- Added a new accepted channel of delivery code, "22000" ("Donor country-based NGO")

[unreleased]: https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/compare/release-72...HEAD
[release-72]: https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/compare/release-71...release-72
[release-71]: https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/compare/release-70...release-71
Expand Down
2 changes: 1 addition & 1 deletion spec/helpers/codelist_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@

describe "#channel_of_delivery_codes" do
it "returns the list of items whose codes are allowed by BEIS" do
expect(helper.channel_of_delivery_codes.size).to eql 6
expect(helper.channel_of_delivery_codes.size).to eql 7
end

it "returns items with their IATI code and name" do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ data:
- "11001"
- "11004"
- "20000"
- "22000"
- "40000"
- "51000"

0 comments on commit ab7d0be

Please sign in to comment.