mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 23:38:05 -04:00
This was explicitly not-allowed previously, and so there was a test that ensured it threw an exception when attempted on the ApkProvider. However I implemented it for another feature, but forgot to change the tests. Now the test no longer tests for an exception. Rather, it properly tests for the correct execution of the method.