We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edbf4e commit a86a8d8Copy full SHA for a86a8d8
TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/CommandRegistryTests.cs
@@ -10,6 +10,13 @@ namespace MCPForUnityTests.Editor.Tools
10
{
11
public class CommandRegistryTests
12
13
+ [OneTimeSetUp]
14
+ public void OneTimeSetUp()
15
+ {
16
+ // Ensure CommandRegistry is initialized before tests run
17
+ CommandRegistry.Initialize();
18
+ }
19
+
20
[Test]
21
public void GetHandler_ThrowsException_ForUnknownCommand()
22
0 commit comments