Skip to content

Commit

Permalink
fix: issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Feb 15, 2023
1 parent 42239c8 commit 3847a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ion/blueprints/components/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}

Expand Down

0 comments on commit 3847a59

Please sign in to comment.