- updating namespaces in test project

- adding chat splitter to testproject to allow single chat and group chat examples at the same time
This commit is contained in:
FlorianDahn
2019-11-23 02:44:05 +01:00
parent 6ebdd9f208
commit 0ceab58059
21 changed files with 224 additions and 179 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
using TelegramBotBase.Base;
using TelegramBotBase.Form;
namespace TelegramBaseTest.Tests.Register
namespace TelegramBotBaseTest.Tests.Register
{
public class Start : AutoCleanForm
{
@@ -43,7 +43,7 @@ namespace TelegramBaseTest.Tests.Register
break;
case "backtodashboard":
var start = new Tests.Start();
var start = new Tests.Menu();
await this.NavigateTo(start);