summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-09-19 13:05:48 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-09-19 13:05:48 +0300
commit9ef0d472a97c562a355b7dfbc47f6f9cc982c802 (patch)
tree2a4c78a714b6ebfe0b9e65a5cf2ec8ff1c77ee16
parent52aaf33d17006b425022ab8be672b4c3dcb1bdd8 (diff)
fix(test): update the tui render test
-rw-r--r--systeroid-tui/tests/integration_test.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/systeroid-tui/tests/integration_test.rs b/systeroid-tui/tests/integration_test.rs
index b1c9954..765ecd9 100644
--- a/systeroid-tui/tests/integration_test.rs
+++ b/systeroid-tui/tests/integration_test.rs
@@ -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 │",
"╰──────────────────────────────────────╯",
]),