8000 fix test · markusressel/container-app-conf@f6899f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Jul 13, 2024
1 parent af789a9 commit f6899f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/entry_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_file_entry(self):
def test_directory_entry(self):
config_entry = DirectoryConfigEntry(key_path=["directory"])
input_output = [
("/tmp", AssertionError),
("/tmp", Path("/tmp")),
("/tmp/", Path("/tmp")),
("./test/", Path("./test")),
("/something/", Path("/something")),
Expand Down

0 comments on commit f6899f5

Please sign in to comment.
0