rust_learning/tests/tests/integration_test.rs

6 lines
78 B
Rust
Raw Normal View History

2020-12-06 10:44:17 +00:00
use tests;
#[test]
fn it_adds_two() {
assert_eq!(4, tests::add_two(2));
}