Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
metaodi committed Feb 4, 2025
1 parent a23411d commit 8f1ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('make sure the server is running (test.api)', function() {
url: '/api/parameter/regions'
});
response.statusCode.should.equal(200);
response.result._metadata.total_count.should.equal(22;
response.result._metadata.total_count.should.equal(22);
response.result.result.length.should.equal(22);
response.result.result.should.deepEqual([
'adliswil',
Expand Down

0 comments on commit 8f1ce9d

Please sign in to comment.