fix test name
This commit is contained in:
parent
e4e4933dc7
commit
d1727eb20f
|
@ -255,7 +255,7 @@ fn substrings_the_input() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn substring_errors_if_start_index_is_greater_than_end_index() {
|
fn substring_empty_if_start_index_is_greater_than_end_index() {
|
||||||
Playground::setup("str_test_9", |dirs, sandbox| {
|
Playground::setup("str_test_9", |dirs, sandbox| {
|
||||||
sandbox.with_files(&[FileWithContent(
|
sandbox.with_files(&[FileWithContent(
|
||||||
"sample.toml",
|
"sample.toml",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user