Skip to content

Commit

Permalink
only defined behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Jun 13, 2024
1 parent 7bc54e9 commit 406dde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beneggerscom/test/dev_server/test_find_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_find_file_in_subsubdirectory():

def test_find_file_with_same_named_sibling_directory():
files = {
"subdir/index.html": "index.subdir.localhost",
"subdir/test.html": "test.subdir.localhost",
"subdir.html": "subdir.localhost",
}
_set_up_and_test_files(files)

0 comments on commit 406dde6

Please sign in to comment.