From 9ef0d472a97c562a355b7dfbc47f6f9cc982c802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 19 Sep 2023 13:05:48 +0300 Subject: [PATCH] fix(test): update the tui render test --- systeroid-tui/tests/integration_test.rs | 6 +++--- 1 file 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 │", "╰──────────────────────────────────────╯", ]),