Skip to content

Commit

Permalink
forgotten fdist test file :(
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoantao authored and peterjc committed May 24, 2017
1 parent 29d80d8 commit f5fe550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_PopGen_GenePop_nodepend.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_file_record_parser(self):
def test_wrong_file_parser(self):
"""Testing the ability to deal with wrongly formatted files
"""
with open(os.path.join("PopGen", "fdist1")) as f:
with open(os.path.join("PopGen", "README")) as f:
try:
rec = GenePop.read(f)
raise Exception("Should have raised exception")
Expand Down

0 comments on commit f5fe550

Please sign in to comment.