CocoCR300 / flauncher

Fork of https://gitlab.com/flauncher/flauncher
GNU General Public License v3.0
14 stars 1 forks source link

Fix tests #15

Closed tpdi closed 2 months ago

tpdi commented 2 months ago

100 tests are now passing. 2 are now skipped. Tests relating to removed code (unsplash, crashlytics, firebase) removed. Only database migration tests fail, with:

 SqliteException(1): while executing, no such column: "banner", SQL logic error (code 1)
     Causing statement: ALTER TABLE apps DROP COLUMN banner;, parameters: 
CocoCR300 commented 2 months ago

Looks good, if you think this is ready, I can merge it.

tpdi commented 2 months ago

Looks good, if you think this is ready, I can merge it.

Yeah, let's merge it.