mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
Fix failing test
This commit is contained in:
parent
7f02e25756
commit
c31d862059
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ fn test_bases() {
|
|||
|
||||
#[test]
|
||||
fn test_typos() {
|
||||
test("rsi", "Unknown unit rsi, did you mean RSI?");
|
||||
test("rsi", "No such unit rsi, did you mean RSI?");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue