JAL-2422 updated unit test for ChimeraX command change
[jalview.git] / 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"));
   }