tried to fix the unit tests

This commit is contained in:
Kerry Jiang 2024-12-14 09:25:19 -08:00
parent 4fde52456a
commit 7089f8f39f

View file

@ -46,7 +46,7 @@ namespace UnitTest
class TestHookB : ConversationHookBase
{
public TestHookA()
public TestHookB()
{
Priority = 2;
}
@ -54,7 +54,7 @@ namespace UnitTest
class TestHookC : ConversationHookBase
{
public TestHookA()
public TestHookC()
{
Priority = 3;
}