commit
This commit is contained in:
@@ -128,9 +128,7 @@ fn test_switch_folders() {
|
||||
let mut client = FakeTdClient::new();
|
||||
|
||||
// Добавляем папки (FakeTdClient уже создаёт "All" с id=0)
|
||||
client = client
|
||||
.with_folder(1, "Personal")
|
||||
.with_folder(2, "Work");
|
||||
client = client.with_folder(1, "Personal").with_folder(2, "Work");
|
||||
|
||||
let folders = client.get_folders();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user