From 5ee9c5f4c92a8dcebe6c31697181983efb116e8a Mon Sep 17 00:00:00 2001 From: gmungoc Date: Fri, 5 Feb 2021 09:20:16 +0000 Subject: [PATCH] JAL-2422 updated unit test for ChimeraX command change --- test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } -- 1.7.10.2