mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-26 02:51:02 +00:00
Fix all linter errors
Well almost all, just ignore missing translation errors
This commit is contained in:
parent
85bdecc573
commit
79279630ba
9 changed files with 45 additions and 22 deletions
|
@ -1,13 +0,0 @@
|
|||
package com.beemdevelopment.aegis;
|
||||
|
||||
import android.app.Application;
|
||||
import android.test.ApplicationTestCase;
|
||||
|
||||
/**
|
||||
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
|
||||
*/
|
||||
public class ApplicationTest extends ApplicationTestCase<Application> {
|
||||
public ApplicationTest() {
|
||||
super(Application.class);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue