Skip to content

Commit

Permalink
Merge pull request #60 from mihasK/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
valdergallo committed Jan 15, 2015
2 parents 778effe + 3389823 commit 2720403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_importer/tests/test_generic_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
LOCAL_DIR = os.path.dirname(__file__)


class TestGeneralImpoerterSetup(TestCase):
class TestGeneralImporterSetup(TestCase):

def setUp(self):
self.xls_file = os.path.join(LOCAL_DIR, 'data/test.xls')
Expand Down

0 comments on commit 2720403

Please sign in to comment.