JAL-3518 test result corrected
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 1 Jun 2020 07:59:14 +0000 (08:59 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 1 Jun 2020 07:59:14 +0000 (08:59 +0100)
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")