maybe path:* is still good practice?
This commit is contained in:
parent
ebcb2e9c66
commit
5bf0814115
1 changed files with 1 additions and 2 deletions
|
|
@ -157,8 +157,7 @@ mod tests {
|
|||
.build()
|
||||
.unwrap();
|
||||
|
||||
// let flakeref = FlakeRefBuilder::new(format!("path:{}#subthing", tmp_dir.path().display())) // DEBUG
|
||||
let flakeref = FlakeRefBuilder::new(format!("{}#subthing", tmp_dir.path().display()))
|
||||
let flakeref = FlakeRefBuilder::new(format!("path:{}#subthing", tmp_dir.path().display()))
|
||||
.build()
|
||||
.unwrap();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue