Browse Source

Discord.Net.Tests -> Discord.Net namespace

tags/docs-0.9
RogueException 9 years ago
parent
commit
83c998168f
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      test/Discord.Net.Tests/Discord.Net.Tests.csproj
  2. +1
    -1
      test/Discord.Net.Tests/Settings.cs
  3. +1
    -1
      test/Discord.Net.Tests/Tests.cs

+ 1
- 1
test/Discord.Net.Tests/Discord.Net.Tests.csproj 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>


+ 1
- 1
test/Discord.Net.Tests/Settings.cs View File

@@ -1,7 +1,7 @@
using Newtonsoft.Json;
using System.IO;

namespace Discord.Net.Tests
namespace Discord.Tests
{
internal class Settings
{


+ 1
- 1
test/Discord.Net.Tests/Tests.cs 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


Loading…
Cancel
Save