X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=test%2Fjalview%2Fext%2Frbvi%2Fchimera%2FChimeraXCommandsTest.java;h=439401a86e7f83ae48216d312a129c6eb4f2438f;hp=f677cab227acfb56a1b414339f6ff14eec5b226e;hb=refs%2Ftags%2FDevelop-2_11_2_0-d20210205;hpb=8b5473a7ae1f9175c6ff66a013fa342636bdfd11 diff --git a/test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java b/test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java index f677cab..439401a 100644 --- a/test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java +++ b/test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java @@ -342,7 +342,7 @@ public class ChimeraXCommandsTest { List 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")); }