Fix failing test

This commit is contained in:
Tiffany Bennett 2016-10-08 18:56:27 -04:00
parent 7f02e25756
commit c31d862059

View file

@ -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]