mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-15 03:58:28 +01:00
7 lines
95 B
Rust
7 lines
95 B
Rust
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn it_works() {
|
|
assert_eq!(2 + 2, 4);
|
|
}
|
|
}
|