Fix namespace typo

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-08-05 12:46:55 +03:00 committed by Kirthi Krishnamraju
parent c065c90337
commit 2faf31727e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ using System.Resources;
using Microsoft.Framework.Localization.Internal;
using Xunit;
namespace Microsoft.Framework.Localization.Test
namespace Microsoft.Framework.Localization.Tests
{
public class ResourceManagerStringLocalizerTest
{