Skip to content

Commit

Permalink
Fixed test broken in @2cfa9c2
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Aug 22, 2016
1 parent 2cfa9c2 commit bc8e5c7
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 @@ -571,7 +571,7 @@ def test_clean(self, mocked):
mocked.assert_called_with("./1234", ignore_errors=True)

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

Expand Down

0 comments on commit bc8e5c7

Please sign in to comment.