forked from extern/nushell
Change instances of Value::string("foo", Span::test_data())
to Value::test_string("foo")
(#7592)
This commit is contained in:
@ -294,7 +294,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn substrings_indexes() {
|
||||
let word = Value::string("andres", Span::test_data());
|
||||
let word = Value::test_string("andres");
|
||||
|
||||
let cases = vec![
|
||||
expectation("a", (0, 1)),
|
||||
|
Reference in New Issue
Block a user