tried to fix the unit tests
This commit is contained in:
parent
4fde52456a
commit
7089f8f39f
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue