mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-03-24 17:43:22 -04:00
Add smoke test for Gradle compatibility
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.thealiamalia.exposebankstate;
|
||||
|
||||
import org.junit.Test;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
public class ExposeBankStateSmokeTest
|
||||
{
|
||||
@Test
|
||||
public void smoke()
|
||||
{
|
||||
assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user