Skip to content

Commit

Permalink
fix git test
Browse files Browse the repository at this point in the history
  • Loading branch information
HastingsGreer committed Jan 5, 2024
1 parent 121177f commit 49f28b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def testNeedsGitDir(self):
try:
os.chdir("..")
import footsteps
footsteps.initialize()
footsteps.initialize("git_dir_test")
finally:
os.chdir(curr_dir)

Expand Down

0 comments on commit 49f28b8

Please sign in to comment.