mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 09:56:11 +08:00
fixed a test.
This commit is contained in:
+2
-2
@@ -63,8 +63,8 @@ public class AbstractCodeBrowserNavigationTest extends AbstractGhidraHeadedInteg
|
||||
clearHistory = getAction(np, "Clear History Buffer");
|
||||
cb = env.getPlugin(CodeBrowserPlugin.class);
|
||||
|
||||
nextFunction = getAction(cb, "Go to next function");
|
||||
prevFunction = getAction(cb, "Go to previous function");
|
||||
nextFunction = getAction(cb, "Go To Next Function");
|
||||
prevFunction = getAction(cb, "Go To Previous Function");
|
||||
}
|
||||
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user