Skip to content

Commit

Permalink
Merge pull request googlesamples#84 from hannesa2/FixLintTest
Browse files Browse the repository at this point in the history
Fix lint test
  • Loading branch information
calren authored Jul 20, 2020
2 parents 0024afc + de213e5 commit 274dc75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class InvalidImportDetectorTest {
.expect("""
|src/com/google/mlkit/kotlin/Example.java:3: Error: $SHORT_MESSAGE [SuspiciousImport]
|import com.google.mlkit.java.Hello;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
|1 errors, 0 warnings""".trimMargin())
}
}

0 comments on commit 274dc75

Please sign in to comment.