Skip to content

Commit

Permalink
Update test_sparql_provider.py
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Sep 16, 2024
1 parent 61c7811 commit 702333d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_sparql_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@ def test_query(config):
assert base_fields['uri']['type'] == 'string'

fields = p.get_fields()
assert len(fields) == 6
assert len(fields) == 3
for field in base_fields:
assert field in fields
assert fields['country']['type'] == 'string'
assert fields['leader']['type'] == 'string'

results = p.query()
assert len(results['features']) == 8
Expand Down

0 comments on commit 702333d

Please sign in to comment.