Rename the example test
This commit is contained in:
parent
42d08b4a0f
commit
94c1a84499
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ mod tests {
|
|||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn it_works() {
|
||||
fn exploration() {
|
||||
let result = add(2, 2);
|
||||
assert_eq!(result, 4);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue