Skip to content

Commit

Permalink
Tidy namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinematics committed Jan 11, 2017
1 parent e4dc206 commit 03bf04d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion TallyUnitTest/ForumAdapterFactoryUnitTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NetTally;
using NetTally.Adapters;

namespace NetTally.Tests
Expand Down
3 changes: 1 addition & 2 deletions TallyUnitTest/PostComponentsTests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Linq;
using NetTally;

namespace TallyUnitTest
namespace NetTally.Tests
{
[TestClass]
public class PostComponentsTests
Expand Down

0 comments on commit 03bf04d

Please sign in to comment.