tests fixed

This commit is contained in:
Kwoth
2022-07-11 00:23:30 +02:00
parent 5bb8f3f7c8
commit 946b095d4b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
using System.Linq;
using System.Threading.Tasks;
using Nadeko.Common;
using NadekoBot.Extensions;
using NadekoBot.Services;
using NUnit.Framework;

View File

@@ -1,4 +1,5 @@
using NadekoBot.Common;
using Nadeko.Common;
using NadekoBot.Common;
using NUnit.Framework;
namespace NadekoBot.Tests