Skip to content

Commit

Permalink
Remove one check in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePastore committed Dec 9, 2024
1 parent 06e200f commit 389af44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ describe('Compendio Vicorum', function () {
}
const expectedComuniConfinanti = ['Adelfia', 'Bitonto', 'Bitritto', 'Capurso', 'Giovinazzo', 'Modugno', 'Mola di Bari', 'Noicattaro', 'Triggiano', 'Valenzano']
assert.deepEqual(item.sindaco, expectedSindaco)
assert.strictEqual(item.dataIstituzione, '19 gennaio 1863')
assert.strictEqual(item.latitudine, '41°07′31″N')
assert.strictEqual(item.longitudine, '16°52′00″E')
assert.strictEqual(item.altitudine, '5 m s.l.m.')
Expand Down

0 comments on commit 389af44

Please sign in to comment.