Skip to content

Commit

Permalink
feat: Update data (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Apr 4, 2023
1 parent 6f8afe0 commit 3c391be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.0
nodejs 16.13.1
nodejs 18.15.0
8 changes: 8 additions & 0 deletions data/villages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16160,6 +16160,14 @@ villages:
km: ភូមិ
latin: Phum
en: Village
'03080215':
name:
km: ទី១៥
latin: Ti Dobbram
administrative_unit:
km: ភូមិ
latin: Phum
en: Village
'03080301':
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_561)
expect(results.size).to eq(14_562)
expect(results.first).to be_a(Village)
end
end
Expand Down

0 comments on commit 3c391be

Please sign in to comment.