huskies: merge 946
This commit is contained in:
@@ -202,7 +202,7 @@ mod tests {
|
||||
"2_current",
|
||||
"77_story_no_log.md",
|
||||
"---\nname: No Log\n---\n",
|
||||
None,
|
||||
Some("No Log"),
|
||||
);
|
||||
let output = logs_cmd(tmp.path(), "77").unwrap();
|
||||
assert!(
|
||||
@@ -222,7 +222,7 @@ mod tests {
|
||||
"2_current",
|
||||
"88_story_has_log.md",
|
||||
"---\nname: Has Log\n---\n",
|
||||
None,
|
||||
Some("Has Log"),
|
||||
);
|
||||
// Write a log file in the expected location.
|
||||
let log_dir = tmp
|
||||
|
||||
Reference in New Issue
Block a user