diff --git a/src/ion/blueprints/components/tests.rs b/src/ion/blueprints/components/tests.rs index fe9a44f..1adcf2b 100644 --- a/src/ion/blueprints/components/tests.rs +++ b/src/ion/blueprints/components/tests.rs @@ -14,11 +14,11 @@ pub struct ProjectTest { impl ProjectTest { pub fn default_template() -> String { - "tests/runtests.jl.hbs".into() + "test/runtests.jl.hbs".into() } pub fn default_project() -> String { - "tests/Project.toml.hbs".into() + "test/Project.toml.hbs".into() } }