JAL-2422 updated unit test for ChimeraX command change Develop-2_11_2_0-d20210205
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 5 Feb 2021 09:20:16 +0000 (09:20 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 5 Feb 2021 09:20:16 +0000 (09:20 +0000)
test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java

index f677cab..439401a 100644 (file)
@@ -342,7 +342,7 @@ public class ChimeraXCommandsTest
   {
     List<StructureCommandI> cmds = testee.startNotifications("to here");
     assertEquals(cmds.size(), 2);
-    assertEquals(cmds.get(0), new StructureCommand("info notify start models prefix ModelChanged jalview url to here"));
+    assertEquals(cmds.get(0), new StructureCommand("info notify start models jalview prefix ModelChanged url to here"));
     assertEquals(cmds.get(1), new StructureCommand("info notify start selection jalview prefix SelectionChanged url to here"));
   }