summaryrefslogtreecommitdiff
path: root/test/analysis/BrandCheckerTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/analysis/BrandCheckerTest.java')
-rw-r--r--test/analysis/BrandCheckerTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/analysis/BrandCheckerTest.java b/test/analysis/BrandCheckerTest.java
index 23d8445..f55035b 100644
--- a/test/analysis/BrandCheckerTest.java
+++ b/test/analysis/BrandCheckerTest.java
@@ -82,10 +82,10 @@ public class BrandCheckerTest {
public void testBullshit() {
doTest("This applepie is delicious", new String[]{});
}
-
+
@Test
public void multipleBrands() {
- doTest("This tweet contains both iphone 4s,galaxy s5 and iphone", new String[]{"iphone 4s","galaxy s5"});
+ doTest("This tweet contains both iphone 4s,galaxy s5 and iphone", new String[]{"iphone 4s", "galaxy s5"});
}
}