Skip to content

Commit

Permalink
Corrected method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
a11n committed Oct 7, 2015
1 parent 4f5861d commit 3cc747f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ public class HelloWorldDetectorTest {
@Rule public Lint lint = new Lint(new HelloWorldDetector(), HelloWorldDetector.ISSUE);

@Test
public void shouldDetectNoWarning() throws Exception {
public void shouldDetectWarning() throws Exception {
List<Warning> lintResult = lint.files("AndroidManifest.xml");

//AssertJ
Expand Down

0 comments on commit 3cc747f

Please sign in to comment.