JAL-2541 clean unit test of cut/undo (ungapped sequence)
[jalview.git] / test / jalview / commands / EditCommandTest.java
index ac47555..a415338 100644 (file)
@@ -772,7 +772,7 @@ public class EditCommandTest
          * number of features within the cut region i.e. by
          * func(length of cut)
          */
-        String msg = String.format("Cut %d-%d ", from, to);
+        String msg = String.format("Cut %d-%d ", from + 1, to + 1);
         if (to - from == 4)
         {
           // all columns were cut