JAL-2629 add file that should have been in previous commit
[jalview.git] / test / jalview / io / FormatAdapterTest.java
index 0d0b5c8..3812a09 100644 (file)
@@ -59,7 +59,7 @@ public class FormatAdapterTest
       AlignmentI al;
       if (format == FileFormat.HMMER3)
       {
-        al = new FormatAdapter().readFile("examples/uniref50_hmm.hmm",
+        al = new FormatAdapter().readFile("examples/uniref50.hmm",
                 DataSourceType.FILE, FileFormat.HMMER3);
       }
       else