mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
fix up notcurses_debug rust test #1189
This commit is contained in:
parent
47c4931906
commit
10c8dec7c0
@ -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[..]];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user