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 e7c1d19 commit 3b4c663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='HookTest',
version="0.0.6",
version="0.0.7",
description='Hook Test Script for GitHub/CTS repositories',
url='http://github.com/Capitains/HookTest',
author='Thibault Clérice',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_test.py
Expand Up @@ -575,7 +575,7 @@ def test_find(self):

reading, metadata = HookTest.test.Test.find("./tests/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
self.assertEqual(len(reading), 3, "It should find three texts in repo2") # eng far ger

def test_cover(self):
""" Test covering dict generation """
Expand Down

0 comments on commit 3b4c663

Please sign in to comment.