mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-22 19:28:27 +00:00
12 lines
183 B
Rust
12 lines
183 B
Rust
|
#[cfg(test)]
|
||
|
mod tests {
|
||
|
#[cfg(test)]
|
||
|
mod tests {
|
||
|
#[test]
|
||
|
fn it_works() {
|
||
|
let result = 2 + 2;
|
||
|
assert_eq!(result, 4);
|
||
|
}
|
||
|
}
|
||
|
}
|