From 00baf4ffc86dac7b723c4fc3d2c963d1fa84729b Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 26 May 2014 12:03:33 +0200 Subject: Formatting, drop useless license header Sam Hocevar doesn't know us nor does he have copyright about this work... --- test/analysis/BrandCheckerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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"}); } } -- cgit v1.2.1