Skip to content

Commit

Permalink
chore: update regions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Dec 15, 2023
1 parent 05add78 commit eef666a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/regions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('Regions', function () {
it('contains CN', function () {
assert.equal(Object.keys(regions).includes('CN'), true)
})
it('contains 3 regions', function () {
assert.equal(Object.keys(regions).length, 3)
it('contains 5 regions', function () {
assert.equal(Object.keys(regions).length, 5)
})
})

0 comments on commit eef666a

Please sign in to comment.