Skip to content

Commit

Permalink
🐛 Fix expected number for NZ service departments (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ainali authored Oct 11, 2024
1 parent 4aae5d6 commit bb03ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queries/generators/new-zealand.rq
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# expected_result_count: 174
# expected_result_count: 173
SELECT DISTINCT
?qid
?orgLabel
Expand All @@ -12,7 +12,7 @@ WHERE {

# agencies with country set to New Zealand
VALUES ?type {
wd:Q116973815 # public service departments (32)
wd:Q116973815 # public service departments (31)
wd:Q130137120 # departemental agencies (7)
wd:Q8041036 # wānanga (3)
wd:Q130420294 # state-owned enterprise of New Zealand (12)
Expand Down

0 comments on commit bb03ef1

Please sign in to comment.