From 72aa4eaddcb7284a380e79103fcbbac4c938051e Mon Sep 17 00:00:00 2001 From: Brad Culwell Date: Thu, 6 Jun 2024 05:23:37 -0500 Subject: [PATCH] test: update tests --- tests/popups.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/popups.rs b/tests/popups.rs index baf0067..5159c1e 100644 --- a/tests/popups.rs +++ b/tests/popups.rs @@ -101,8 +101,8 @@ async fn test_sort() { assert_eq!( reset_buffer(&run_app(sync, 60, 22).await.unwrap()), Buffer::with_lines([ - r#"┌Search──────────────────────────────Pre│Sort by "Seeders"│┐"#, - r#"│ └─────────────────┘│"#, + r#"┌Search──────────────────────│Sort by "Seeders" Descending│┐"#, + r#"│ └────────────────────────────┘│"#, r#"└──────────────────────────────────────────────────────────┘"#, r#"┌Results 1-0 (0 total): Page 1/0─dl: Run Command, src: Nyaa┐"#, r#"│ │"#, @@ -140,8 +140,8 @@ async fn test_sort_reverse() { assert_eq!( reset_buffer(&run_app(sync, 60, 22).await.unwrap()), Buffer::with_lines([ - r#"┌Search──────────────────────────────Pre│Sort by "Seeders"│┐"#, - r#"│ └─────────────────┘│"#, + r#"┌Search───────────────────────│Sort by "Seeders" Ascending│┐"#, + r#"│ └───────────────────────────┘│"#, r#"└──────────────────────────────────────────────────────────┘"#, r#"┌Results 1-0 (0 total): Page 1/0─dl: Run Command, src: Nyaa┐"#, r#"│ │"#,