Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed May 20, 2024
1 parent 671d68f commit 174ce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-02/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ mixin ServerinoMain;
f.write(buffer);
f.close();

o.serveFile!true("pizza.txt");
o.serveFile!(OnFileServed.deleteFile)("pizza.txt");
}

@route!"/buffered"
Expand Down

0 comments on commit 174ce07

Please sign in to comment.