Rename the example test

This commit is contained in:
Manuel Thalmann 2025-03-02 22:57:58 +01:00
parent 42d08b4a0f
commit 94c1a84499

View file

@ -7,7 +7,7 @@ mod tests {
use super::*; use super::*;
#[test] #[test]
fn it_works() { fn exploration() {
let result = add(2, 2); let result = add(2, 2);
assert_eq!(result, 4); assert_eq!(result, 4);
} }