mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Small cleanup - fixed some namespaces and moved files
This commit is contained in:
@@ -9,7 +9,7 @@ using NadekoBot.Services;
|
||||
using NadekoBot.Modules;
|
||||
using YamlDotNet.Serialization;
|
||||
|
||||
namespace Nadeko.Tests
|
||||
namespace NadekoBot.Tests
|
||||
{
|
||||
public class CommandStringsTests
|
||||
{
|
||||
|
@@ -5,7 +5,7 @@ using System.Threading.Tasks;
|
||||
using NadekoBot.Services;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Nadeko.Tests
|
||||
namespace NadekoBot.Tests
|
||||
{
|
||||
public class GroupGreetTests
|
||||
{
|
||||
|
@@ -5,7 +5,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Nadeko.Tests
|
||||
namespace NadekoBot.Tests
|
||||
{
|
||||
public class IndexedCollectionTests
|
||||
{
|
||||
|
@@ -2,7 +2,7 @@
|
||||
using NadekoBot.Common;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Nadeko.Tests
|
||||
namespace NadekoBot.Tests
|
||||
{
|
||||
public class KwumTests
|
||||
{
|
||||
|
@@ -3,7 +3,7 @@ using NadekoBot.Common;
|
||||
using NUnit.Framework;
|
||||
using NUnit.Framework.Internal;
|
||||
|
||||
namespace Nadeko.Tests
|
||||
namespace NadekoBot.Tests
|
||||
{
|
||||
public class PubSubTests
|
||||
{
|
||||
|
@@ -3,7 +3,7 @@ using System.Text;
|
||||
using NadekoBot.Common.Yml;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Nadeko.Tests
|
||||
namespace NadekoBot.Tests
|
||||
{
|
||||
public class RandomTests
|
||||
{
|
||||
|
Reference in New Issue
Block a user