Skip to content

Commit 828e724

Browse files
authored
Added note related to tests.
1 parent 11d8aea commit 828e724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/if/if3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
2828

2929
habitat
3030
}
31-
31+
// No test changes needed.
3232
#[cfg(test)]
3333
mod tests {
3434
use super::*;

0 commit comments

Comments
 (0)