diff --git a/source/MongoDB.Tests/MongoDB.Tests.csproj b/source/MongoDB.Tests/MongoDB.Tests.csproj index f56bef3e..ff598e2d 100644 --- a/source/MongoDB.Tests/MongoDB.Tests.csproj +++ b/source/MongoDB.Tests/MongoDB.Tests.csproj @@ -158,7 +158,7 @@ - + diff --git a/source/MongoDB.Tests/UnitTests/Configuration/ConfigurationSectionTests.cs b/source/MongoDB.Tests/UnitTests/Configuration/MongoConfigurationSectionTests.cs similarity index 94% rename from source/MongoDB.Tests/UnitTests/Configuration/ConfigurationSectionTests.cs rename to source/MongoDB.Tests/UnitTests/Configuration/MongoConfigurationSectionTests.cs index 21339e76..796fe7d3 100644 --- a/source/MongoDB.Tests/UnitTests/Configuration/ConfigurationSectionTests.cs +++ b/source/MongoDB.Tests/UnitTests/Configuration/MongoConfigurationSectionTests.cs @@ -6,7 +6,7 @@ namespace MongoDB.UnitTests.Configuration { [TestFixture] - public class ConfigurationSectionTests + public class MongoConfigurationSectionTests { private static MongoConfigurationSection ReadFromFile(string name) {