From 7089f8f39fcb0c7dcdcf5e6aa803c69b66157906 Mon Sep 17 00:00:00 2001 From: Kerry Jiang Date: Sat, 14 Dec 2024 09:25:19 -0800 Subject: [PATCH] tried to fix the unit tests --- tests/UnitTest/MainTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/UnitTest/MainTest.cs b/tests/UnitTest/MainTest.cs index 4d2698d5..307855e4 100644 --- a/tests/UnitTest/MainTest.cs +++ b/tests/UnitTest/MainTest.cs @@ -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; }