Discord.Net.Tests -> Discord.Net namespace

This commit is contained in:
RogueException
2015-10-22 01:48:34 -03:00
parent 5a8d3f5377
commit 83c998168f
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<ProjectGuid>{855D6B1D-847B-42DA-BE6A-23683EA89511}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Discord.Net.Tests</RootNamespace>
<RootNamespace>Discord.Tests</RootNamespace>
<AssemblyName>Discord.Net.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>

View File

@@ -1,7 +1,7 @@
using Newtonsoft.Json;
using System.IO;
namespace Discord.Net.Tests
namespace Discord.Tests
{
internal class Settings
{

View File

@@ -5,7 +5,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Discord.Net.Tests
namespace Discord.Tests
{
[TestClass]
public class Tests