Skip to content

Commit b8d25e7

Browse files
authored
Fix typo in magazine test (#1573)
* Fix typo in magazine test test_magzine_has_more_than_words_available_than_needed() -> test_magazine_has_more_than_words_available_than_needed() * Implement feedback on commit test_magazine_has_more_than_words_available_than_needed() -> test_magazine_has_more_words_available_than_needed()
1 parent 6e0035f commit b8d25e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/magazine-cutout/tests/magazine-cutout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn test_case_sensitivity() {
5555

5656
#[test]
5757
#[ignore]
58-
fn test_magzine_has_more_than_words_available_than_needed() {
58+
fn test_magazine_has_more_words_available_than_needed() {
5959
let magazine = "Enough is enough when enough is enough"
6060
.split_whitespace()
6161
.collect::<Vec<&str>>();

0 commit comments

Comments
 (0)