Fix repo usage after removal (#3340)

not use repo after removal
This commit is contained in:
Hind-M 2024-07-15 15:20:42 +02:00 committed by GitHub
parent 5c954c75c8
commit 43da6b02a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ TEST_SUITE("solver::libsolv::database")
CHECK_EQ(db.repo_count(), 0);
CHECK_FALSE(db.installed_repo().has_value());
CHECK_EQ(db.package_count(), 0);
CHECK_EQ(repo1.package_count(), 0);
}
}