JAL-674 bug in test
[jalview.git] / test / jalview / io / Jalview2xmlTests.java
index 4237019..75626e9 100644 (file)
@@ -293,7 +293,7 @@ public class Jalview2xmlTests
             assertTrue(
                     "Mismatch at alignment position " + p,
                   (alaa.annotations[p] == null && refan.annotations[p] == null)
-                          || ala.annotations[p].value == refan.annotations[p].value);
+                            || alaa.annotations[p].value == refan.annotations[p].value);
           }
           catch (NullPointerException q)
           {