dev #25

Merged
akulij merged 38 commits from dev into main 2025-06-18 17:10:44 +00:00
Showing only changes of commit 2fefe22846 - Show all commits

View File

@ -72,6 +72,8 @@ async fn test_add_media() {
async fn test_drop_media() {
let mut db = setup_db().await;
let _result = db.drop_media("test_drop_media_literal").await.unwrap();
let _result = db
.add_media("test_drop_media_literal", "photo", "file_id_1", None)
.await