Skip to content

Commit e7fe995

Browse files
committed
Refactor test
1 parent 82e8afb commit e7fe995

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

libs/braillify/src/main.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ mod tests {
102102
assert!(!output.stdout.is_empty());
103103
}
104104

105-
#[test]
106-
#[serial]
107-
fn test_braillify_help() {
108-
let mut cmd = get_built_binary().command();
109-
cmd.arg("--help");
110-
cmd.assert()
111-
.success()
112-
.stdout(predicate::str::contains("한국어 점자 변환 CLI"));
113-
}
105+
// #[test]
106+
// #[serial]
107+
// fn test_braillify_help() {
108+
// let mut cmd = get_built_binary().command();
109+
// cmd.arg("--help");
110+
// cmd.assert()
111+
// .success()
112+
// .stdout(predicate::str::contains("한국어 점자 변환 CLI"));
113+
// }
114114

115115
#[test]
116116
#[serial]

0 commit comments

Comments
 (0)