mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-24 07:37:56 +01:00
11 lines
140 B
Rust
11 lines
140 B
Rust
|
mod callsites;
|
||
|
|
||
|
#[cfg(test)]
|
||
|
mod tests {
|
||
|
#[test]
|
||
|
fn it_works() {
|
||
|
let result = 2 + 2;
|
||
|
assert_eq!(result, 4);
|
||
|
}
|
||
|
}
|