Skip to content

Commit

Permalink
Merge pull request #128 from andylolz/rm-ruleset-tests
Browse files Browse the repository at this point in the history
Disable ruleset tests
  • Loading branch information
dalepotter authored Jun 11, 2018
2 parents 5b3d85a + 7f1cb9f commit af157bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def _version(self):
return '1.01'

@returns_numberdict
def ruleset_passes(self):
def _ruleset_passes(self):
out = {}
for ruleset_name in ['standard']:
ruleset = json.load(open('helpers/rulesets/{0}.json'.format(ruleset_name)), object_pairs_hook=OrderedDict)
Expand Down

0 comments on commit af157bb

Please sign in to comment.