Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
removing extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
jtemporal committed Mar 10, 2017
1 parent e3c22c4 commit a8f8f80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_irregular_companies_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_is_irregular_company_SUSPENSA(self):
def test_is_valid_reimbursement_based_on_date(self):
self.assertEqual(self.subject.predict(self.dataset)[5], False)


def test_fit(self):
self.assertEqual(self.subject.fit(self.dataset), self.subject)

Expand Down

0 comments on commit a8f8f80

Please sign in to comment.