JAL-3551 copy Jalview features to Pymol 'p' (with pull refactoring)
[jalview.git] / test / jalview / ext / pymol / PymolCommandsTest.java
index c0f22c8..38031b6 100644 (file)
@@ -225,7 +225,7 @@ public class PymolCommandsTest
   {
     PymolCommands testee = new PymolCommands();
     assertEquals(
-            testee.getColourCommand("something", Color.MAGENTA).toString(),
+            testee.colourResidues("something", Color.MAGENTA).toString(),
             "color(0xff00ff,something)");
   }
 }