Fix Test add `import org.junit.*;`
This commit is contained in:
orimarko authored and GitHub committed 2018-11-12 14:06:12 +02:00
1 parent bf1542f272
commit 83712f134a
1 file changed
+1
@@ -435,6 +435,7 @@ class Style {
<description>#647 JUnitTestsShouldIncludeAssertRule should support `this.exception` as well as just `exception`</description>
<expected-problems>1</expected-problems>
<code><![CDATA[
import org.junit.*;
public class DigitalAssetManagerTest {
@Rule
public final ExpectedException exception = ExpectedException.none();