mirror of
https://github.com/nushell/nushell.git
synced 2025-04-20 03:08:19 +02:00
Update str.rs
This commit is contained in:
parent
763bbe1c01
commit
2260b3dda3
@ -700,6 +700,9 @@ mod tests {
|
|||||||
.create()
|
.create()
|
||||||
)
|
)
|
||||||
.is_err());
|
.is_err());
|
||||||
assert_eq!(plugin.error, Some("End must be greater than or equal to Start".to_string()));
|
assert_eq!(
|
||||||
|
plugin.error,
|
||||||
|
Some("End must be greater than or equal to Start".to_string())
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user