#1 Added Test 3 to boilerplate solution
This commit is contained in:
		@@ -56,4 +56,21 @@ mod test {
 | 
			
		||||
 | 
			
		||||
        assert_eq!(answer, "Ready");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #[test]
 | 
			
		||||
    fn test3() {
 | 
			
		||||
        let solution = xx::XX {};
 | 
			
		||||
 | 
			
		||||
        //Complete the Challenge
 | 
			
		||||
        let answer = solution
 | 
			
		||||
            .solution(
 | 
			
		||||
                utils::get_input(solution.get_id(), utils::InputType::Test3)
 | 
			
		||||
                    .unwrap()
 | 
			
		||||
                    .as_mut(),
 | 
			
		||||
            )
 | 
			
		||||
            .unwrap()
 | 
			
		||||
            .to_string();
 | 
			
		||||
 | 
			
		||||
        assert_eq!(answer, "Ready");
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user