Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xin-huang committed May 22, 2024
1 parent 731b522 commit 300124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_BestFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_bad_res_file(files):
Nclose=3,
Nbest=10,
)
assert exc_info.value.args[0] == "No files or incorrect path naming (--input-prefix path name should end with InferDM)."
assert exc_info.value.args[0] == "No files or incorrect path naming (--input-prefix path name should end with InferDM or InferDFE)."

def test_empty_res_file(files):
open("empty_bestfit.opt.0","w")
Expand Down

0 comments on commit 300124f

Please sign in to comment.