Skip to content

Commit

Permalink
Fixed test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Aug 16, 2016
1 parent f93c7b7 commit e7c1d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def test_find(self):
self.assertEqual(len(reading), 3, "It should find three texts in repo1") # eng far ger

reading, metadata = HookTest.test.Test.find("./tests/repo2")
self.assertEqual(len(metadata), 2, "It should find three __cts__ in repo2")
self.assertEqual(len(metadata), 3, "It should find three __cts__ in repo2")
self.assertEqual(len(reading), 1, "It should find three texts in repo2") # eng far ger

def test_cover(self):
Expand Down

0 comments on commit e7c1d19

Please sign in to comment.