JAL-3518 test result corrected
[jalview.git] / test / jalview / ext / jmol / JmolCommandsTest.java
index 056d231..21f7e19 100644 (file)
@@ -236,7 +236,7 @@ public class JmolCommandsTest
   public void testSetBackgroundColour()
   {
     StructureCommandI cmd = testee.setBackgroundColour(Color.PINK);
-    assertEquals(cmd.getCommand(), "background [255, 175, 175]");
+    assertEquals(cmd.getCommand(), "background [255,175,175]");
   }
 
   @Test(groups = "Functional")