summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-05-26 12:03:33 +0200
committerPeter Wu <peter@lekensteyn.nl>2014-05-26 12:03:33 +0200
commit00baf4ffc86dac7b723c4fc3d2c963d1fa84729b (patch)
tree6e26c2215aa398f6893ed3bc5148e15c8108ba2b /test
parent7df2ae452a984cb12986b33034557476cb4a1536 (diff)
downloadGoldfarmer-00baf4ffc86dac7b723c4fc3d2c963d1fa84729b.tar.gz
Formatting, drop useless license header
Sam Hocevar doesn't know us nor does he have copyright about this work...
Diffstat (limited to 'test')
-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"});
}
}