Skip to content

Commit

Permalink
Remove unused and build-blocking test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamNiederer committed Feb 23, 2024
1 parent f24ae9e commit 5a9b036
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@
** SOFTWARE.
*/
package com.jmstudios.redmoon

import android.app.Application
import android.test.ApplicationTestCase

/**
* [Testing Fundamentals](http://d.android.com/tools/testing/testing_android.html)
*/
class ApplicationTest : ApplicationTestCase<Application>(Application::class.java)

0 comments on commit 5a9b036

Please sign in to comment.