mirror of
https://github.com/nushell/nushell.git
synced 2025-02-02 11:39:55 +01:00
Update str.rs
This commit is contained in:
parent
763bbe1c01
commit
2260b3dda3
@ -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 New Issue
Block a user