0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

refactor: Rename PieChartParameterizedTest.java to .kt

com.wildplot.android.rendering.PieChartParameterizedTest
This commit is contained in:
Brayan Oliveira 2022-05-02 15:27:44 -03:00 committed by Mike Hardy
parent d109eb503e
commit f71f3ae832
2 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ permission notice:
// Example of class name: "/com/ichi2/anki/UIUtils.kt"
// Ensure that it starts with '/' (slash)
def source = Source.MAIN
def className = ""
def source = Source.TEST
def className = "/com/wildplot/android/rendering/PieChartParameterizedTest.kt"
enum Source {
MAIN("/src/main/java"),