lib/popcorn: move examples tests to nice and tidy tests/ directories.
[nit.git] / lib / popcorn / examples / middlewares / tests / test_example_advanced_logger.nit
@@ -27,7 +27,7 @@ class TestExampleAdvancedLogger
                system "curl -s {host}:{port}/about"
        end
 
-       fun test_example_param_route do
+       fun test_example_advanced_logger do
                var app = new App
                app.use_before("/*", new RequestTimeHandler)
                app.use("/", new HelloHandler)