fix(cli): correct test update option
This commit is contained in:
parent
ea9c85fb94
commit
d65a74a667
1 changed files with 1 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ pub fn parse_tests(path: &Path) -> io::Result<TestEntry> {
|
|||
Ok(TestEntry::Group {
|
||||
name,
|
||||
children,
|
||||
file_path: Some(path.to_path_buf()),
|
||||
file_path: None,
|
||||
})
|
||||
} else {
|
||||
let content = fs::read_to_string(path)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue