6 lines
70 B
Rust
6 lines
70 B
Rust
|
use lj_rust::conf;
|
||
|
|
||
|
#[test]
|
||
|
fn it_adds_two() {
|
||
|
assert_eq!(4, 4);
|
||
|
}
|