summaryrefslogtreecommitdiff
path: root/contrib/fs/file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/fs/file_test.go')
-rw-r--r--contrib/fs/file_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fs/file_test.go b/contrib/fs/file_test.go
index 4f371c7..f97b66b 100644
--- a/contrib/fs/file_test.go
+++ b/contrib/fs/file_test.go
@@ -16,7 +16,7 @@ import (
)
func TestFileHandler(t *testing.T) {
- handler := fs.FileHandler(os.DirFS("testdata"))
+ handler := fs.GeminiFileHandler(os.DirFS("testdata"))
tests := []struct {
url string