mirror of
https://github.com/bspeice/aeron-rs
synced 2024-11-14 20:18:09 -05:00
8 lines
95 B
Rust
8 lines
95 B
Rust
|
#[cfg(test)]
|
||
|
mod tests {
|
||
|
#[test]
|
||
|
fn it_works() {
|
||
|
assert_eq!(2 + 2, 4);
|
||
|
}
|
||
|
}
|