Skip to content

Commit

Permalink
feat: Update data (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored May 26, 2024
1 parent ed7c5fe commit f997f3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/villages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35649,6 +35649,15 @@ villages:
latin: Phum
en: Village
ungegn: Phum
'05071118':
name:
km: សន្ដិភាព
latin: Santephep
administrative_unit:
km: ភូមិ
latin: Phum
en: Village
ungegn: Phum
'05071201':
name:
km: ព្រៃវាវ
Expand Down
2 changes: 1 addition & 1 deletion spec/pumi/village_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Pumi
it "returns all villages" do
results = Village.all

expect(results.size).to eq(14_569)
expect(results.size).to eq(14570)
expect(results.first).to be_a(Village)
end
end
Expand Down

0 comments on commit f997f3a

Please sign in to comment.