fix up notcurses_debug rust test #1189

This commit is contained in:
nick black 2020-12-08 05:46:44 -05:00
parent 47c4931906
commit 10c8dec7c0
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -153,7 +153,7 @@ fn notcurses_debug() {
let _result = file.read_to_string(&mut string1);
let string2 =
" ************************** notcurses debug state *****************************";
" -------------------------- notcurses debug state -----------------------------";
assert_eq![&string1[0..string2.len()], &string2[..]];
}