Added note related to tests.
This commit is contained in:
parent
11d8aea96f
commit
828e724659
|
@ -28,7 +28,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
|
||||||
|
|
||||||
habitat
|
habitat
|
||||||
}
|
}
|
||||||
|
// No test changes needed.
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
Loading…
Reference in a new issue