Small style stuff
[zxing.git] / core / test / src / com / google / zxing / negative / UnsupportedBlackBoxTestCase.java
index a3d9fdb..e9108bd 100644 (file)
@@ -29,7 +29,7 @@ public final class UnsupportedBlackBoxTestCase extends AbstractNegativeBlackBoxT
     super("test/data/blackbox/unsupported");
     addTest(0, 0.0f);
     addTest(0, 90.0f);
-    addTest(1, 180.0f);
+    addTest(0, 180.0f);
     addTest(0, 270.0f);
   }