Skip to content

Commit

Permalink
fix: fix testings
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 20, 2021
1 parent 7453c21 commit 2cfb985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/coco_struct_analysis/src/cmd_ctags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ mod tests {
let mut iter = str::from_utf8(&outputs[0].stdout).unwrap().lines();

println!("{:?}", outputs);
assert!(iter.next().unwrap_or("").contains("age"));
assert!(iter.next().unwrap_or("").contains("main"));
}

// #[test]
Expand Down

0 comments on commit 2cfb985

Please sign in to comment.