Skip to content

Commit

Permalink
Dropped threshold too far, fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 22, 2016
1 parent 6b192c2 commit ac22e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdoccoverage.py
Expand Up @@ -27,7 +27,7 @@
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)

ACCEPTABLE_MISSING_DOCS = 3749
ACCEPTABLE_MISSING_DOCS = 3751


class TestQgsDocCoverage(TestCase):
Expand Down

0 comments on commit ac22e9b

Please sign in to comment.