File tree Expand file tree Collapse file tree
exercises/practice/raindrops/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ fn the_sound_for_14_is_plong_as_it_has_a_factor_of_7() {
8282
8383#[ test]
8484#[ ignore]
85- fn the_sound_for_15_is_plingplang_as_it_has_factors_3_and_5 ( ) {
85+ fn the_sound_for_15_is_pling_plang_as_it_has_factors_3_and_5 ( ) {
8686 let input = 15 ;
8787 let output = raindrops ( input) ;
8888 let expected = "PlingPlang" ;
@@ -91,7 +91,7 @@ fn the_sound_for_15_is_plingplang_as_it_has_factors_3_and_5() {
9191
9292#[ test]
9393#[ ignore]
94- fn the_sound_for_21_is_plingplong_as_it_has_factors_3_and_7 ( ) {
94+ fn the_sound_for_21_is_pling_plong_as_it_has_factors_3_and_7 ( ) {
9595 let input = 21 ;
9696 let output = raindrops ( input) ;
9797 let expected = "PlingPlong" ;
@@ -118,7 +118,7 @@ fn the_sound_for_27_is_pling_as_it_has_a_factor_3() {
118118
119119#[ test]
120120#[ ignore]
121- fn the_sound_for_35_is_plangplong_as_it_has_factors_5_and_7 ( ) {
121+ fn the_sound_for_35_is_plang_plong_as_it_has_factors_5_and_7 ( ) {
122122 let input = 35 ;
123123 let output = raindrops ( input) ;
124124 let expected = "PlangPlong" ;
@@ -145,7 +145,7 @@ fn the_sound_for_52_is_52() {
145145
146146#[ test]
147147#[ ignore]
148- fn the_sound_for_105_is_plingplangplong_as_it_has_factors_3_5_and_7 ( ) {
148+ fn the_sound_for_105_is_pling_plang_plong_as_it_has_factors_3_5_and_7 ( ) {
149149 let input = 105 ;
150150 let output = raindrops ( input) ;
151151 let expected = "PlingPlangPlong" ;
You can’t perform that action at this time.
0 commit comments