mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Update str.rs
This commit is contained in:
parent
763bbe1c01
commit
2260b3dda3
1 changed files with 4 additions and 1 deletions
|
@ -700,6 +700,9 @@ mod tests {
|
|||
.create()
|
||||
)
|
||||
.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 a new issue