JAL-2808 small tweaks to api / Javadoc
[jalview.git] / test / jalview / datamodel / features / FeatureMatcherSetTest.java
index 34bc8fe..a2d2c9a 100644 (file)
@@ -104,7 +104,8 @@ public class FeatureMatcherSetTest
      * OR failed attribute and score conditions with matched label condition
      */
     fms = new FeatureMatcherSet();
-    fms.or(fm2).or(byScoreFail);
+    fms.or(fm2);
+    fms.or(byScoreFail);
     assertFalse(fms.matches(sf));
     fms.or(byLabelPass);
     assertTrue(fms.matches(sf));