summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/01_basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01_basic.t b/t/01_basic.t
index d1db7ba..0195f5c 100644
--- a/t/01_basic.t
+++ b/t/01_basic.t
@@ -34,7 +34,7 @@ my $unmodified_handler = builder {
my $file_handler = builder {
enable "Plack::Middleware::ETag";
- open my $fh, 'README';
+ open my $fh, 'README.md';
sub {[200, ['Content-Type' => 'text/html', ], $fh]};
};