fix(test): update the tui render test

This commit is contained in:
Orhun Parmaksız 2023-09-19 13:05:48 +03:00
parent 52aaf33d17
commit 9ef0d472a9
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -90,12 +90,12 @@ fn test_render_tui() -> Result<()> {
Buffer::with_lines(vec![
"╭Parameters──────────────────────|all|─╮",
"│user.name system │",
"│kernel.fi╭──────About───────╮ │",
"│vm.stat_i│ \u{2800} _ __/_ _ │ │",
"│kernel.fictional.test_param 0 │",
"│vm.stat_i╭──────About───────╮ │",
"│ │ \u{2800} _ __/_ _ │ │",
"│ │ '_/ │ │",
"│ │_) (/_) /(-/ ()/(/│ │",
"│ ╰──────────────────╯ │",
"│ │",
"│ 1/3 │",
"╰──────────────────────────────────────╯",
]),