Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sim4n6 committed Jun 14, 2021
1 parent 7b6efeb commit b58b313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test__files_slack_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def test__not_use_same_dir():
s_output1 = stdoutput1.decode("utf-8")
s_output2 = stdoutput2.decode("utf-8")

s1 = s_output1.index("/tmp/slacks_")
s2 = s_output2.index("/tmp/slacks_")
s1 = s_output1.index("slacks_")
s2 = s_output2.index("slacks_")

e1 = s_output1.index("is the temporary output dir for file slacks.\n")
e2 = s_output2.index("is the temporary output dir for file slacks.\n")
Expand Down

0 comments on commit b58b313

Please sign in to comment.