Skip to content

Commit

Permalink
Test directory as part of index
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnepsnai committed Mar 28, 2024
1 parent c0ad305 commit af03904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router/dir_index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
func TestDirectoryIndex(t *testing.T) {
dir := t.TempDir()
os.WriteFile(path.Join(dir, "example.txt"), []byte("foo"), os.ModePerm)
os.Mkdir(path.Join(dir, "dir"), 7644)

listenAddress := getListenAddress()

Expand Down

0 comments on commit af03904

Please sign in to comment.