Skip to content

Commit

Permalink
Upped expected count of exmples to 600
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Apr 29, 2019
1 parent d2392a1 commit 2892d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_ExtractedPlausibleNumberOfExamples(self):
# for t in api.EXAMPLESMAP:
# example_count = example_count + len(t)
log.info("Extracted %s examples." % example_count )
self.assertTrue(example_count > 200 and example_count < 500, "Expect that we extracted 200 < x < 500 examples from data/*examples.txt. Found: %s " % example_count)
self.assertTrue(example_count > 200 and example_count < 600, "Expect that we extracted 200 < x < 500 examples from data/*examples.txt. Found: %s " % example_count)

class SupertypePathsTestCase(unittest.TestCase):
"""
Expand Down

0 comments on commit 2892d72

Please sign in to comment.