JAL-3551 copy Jalview features to Pymol 'p' (with pull refactoring)
[jalview.git] / test / jalview / ext / rbvi / chimera / ChimeraXCommandsTest.java
index 044a1d9..210c61d 100644 (file)
@@ -299,7 +299,7 @@ public class ChimeraXCommandsTest
   public void testGetColourCommand()
   {
     ChimeraCommands testee = new ChimeraXCommands();
-    assertEquals(testee.getColourCommand("something", Color.MAGENTA)
+    assertEquals(testee.colourResidues("something", Color.MAGENTA)
             .getCommand(),
             "color something #ff00ff");
   }