aboutsummaryrefslogtreecommitdiff
path: root/examples/example-unit-test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-unit-test')
-rw-r--r--examples/example-unit-test/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-unit-test/page.toml b/examples/example-unit-test/page.toml
index d778d49..d8a248c 100644
--- a/examples/example-unit-test/page.toml
+++ b/examples/example-unit-test/page.toml
@@ -7,4 +7,4 @@ desc = """
Shows how to write unit tests for Chain and Renderer functions using the `entry!` macro and assertion helpers.
"""
tags = ["testing", "extra_macros"]
-files = ["Cargo.toml", "src/main.rs"]
+files = ["src/main.rs", "Cargo.toml"]