This commit is contained in:
Syer10
2026-07-13 13:48:59 -04:00
parent f88a281862
commit 9d6e879cd4

View File

@@ -61,7 +61,8 @@ class TestExtensionCompatibility {
SettingsRegistry.clear()
applicationSetup()
repos.forEach {
val store = runBlocking {
val store =
runBlocking {
ExtensionStoreService.fetch(it)
}
ExtensionStoreService.upsert(store)
@@ -84,7 +85,8 @@ class TestExtensionCompatibility {
else -> {
try {
uninstallExtension(it.pkgName)
} catch (_: Exception) {}
} catch (_: Exception) {
}
installExtension(it.pkgName)
}
}