mirror of
https://github.com/ArthurDanjou/minigrep.git
synced 2026-01-14 12:14:35 +01:00
Change tests name
This commit is contained in:
@@ -80,7 +80,7 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn sensible_casse() {
|
||||
fn sensible_case() {
|
||||
let research = "duct";
|
||||
let content = "\
|
||||
Rust:
|
||||
@@ -92,7 +92,7 @@ Duck tape.";
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn insensible_casse() {
|
||||
fn insensible_case() {
|
||||
let research = "rUsT";
|
||||
let content = "\
|
||||
Rust:
|
||||
|
||||
Reference in New Issue
Block a user