This commit is contained in:
Mikhail Kilin
2026-01-30 23:55:01 +03:00
parent 433233d766
commit bba5cbd22d
25 changed files with 5896 additions and 1469 deletions

View File

@@ -7,7 +7,7 @@ use helpers::snapshot_utils::{buffer_to_string, render_to_buffer};
use helpers::test_data::create_test_chat;
use insta::assert_snapshot;
use tele_tui::app::AppScreen;
use tele_tui::tdlib::client::AuthState;
use tele_tui::tdlib::AuthState;
#[test]
fn snapshot_loading_screen_default() {