Merge pull request #1610 from jrcarl624/patch-1
Updated if3.rs: Added a note that states that the test does not need to be changed.
This commit is contained in:
commit
c177507db3
|
@ -29,6 +29,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