You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
229 B
11 lines
229 B
2 years ago
|
#[allow(unused_imports)]
|
||
|
use stackline::prelude::*;
|
||
|
mod common;
|
||
|
|
||
|
#[test]
|
||
|
fn test_display_sender() {
|
||
|
let world = load_test!("tests/transmit/sender-dir.json");
|
||
|
|
||
|
assert_display_eq!(world, "tests/transmit/sender-dir.txt");
|
||
|
}
|