JAL-4059 Fixed a test for adding jalview.bin.JalviewJS bug/JAL-4344_structureimage_cl_arg_only_creating_background_colour_square
authorBen Soares <b.soares@dundee.ac.uk>
Wed, 29 Nov 2023 16:34:10 +0000 (16:34 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Wed, 29 Nov 2023 16:34:10 +0000 (16:34 +0000)
test/jalview/util/FileUtilsTest.java

index 666b33b..f389e71 100644 (file)
@@ -90,7 +90,7 @@ public class FileUtilsTest
         { "test/jalview/**/F*.java", 18, 30 }, // 20 at time of writing
         { "test/jalview/util/F**.java", 1, 5 }, // 2 at time of writing
         { "src/jalview/b*/*.java", 14, 19 }, // 15 at time of writing
-        { "src/jalview/b**/*.java", 20, 25 }, // 22 at time of writing
+        { "src/jalview/b**/*.java", 20, 30 }, // 25 at time of editing
     };
   }