Skip to content

Commit

Permalink
made command shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Oct 28, 2023
1 parent 2d7be90 commit d50cbf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace UniTAS.Patcher.Implementations.GUI.TerminalCommands;

public class RunUnitTests : TerminalEntry
{
public override string Command => "run_tests";
public override string Command => "test";

public override string Description =>
"Runs defined runtime unit tests with current game. Arg 0 (uint) (optional): how many times to run the tests";
Expand Down

0 comments on commit d50cbf1

Please sign in to comment.