Skip to content

Commit 70d5ff2

Browse files
committed
refactor: remove empty test function
1 parent 5b60a68 commit 70d5ff2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,6 @@ mod tests {
195195
assert_eq!(decoded, test_data);
196196
}
197197

198-
#[test]
199-
fn test_osc52_prefix_suffix() -> io::Result<()> {
200-
Ok(())
201-
}
202-
203198
#[test]
204199
fn test_streaming_produces_same_result_as_original() -> io::Result<()> {
205200
let test_data = b"hello world streaming test";

0 commit comments

Comments
 (0)