Fix a typo in DictionaryImportsReceiveMetadataFromNestedAdapters test name (dotnet...
authorMatt Galbraith <MattGal@users.noreply.github.com>
Tue, 17 Sep 2019 13:26:21 +0000 (06:26 -0700)
committerStephen Toub <stoub@microsoft.com>
Tue, 17 Sep 2019 13:26:21 +0000 (09:26 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/9200a1714863e53be53dc4406f493b2ea810c291

src/libraries/System.Composition/tests/DictionaryImportTests.cs

index fa784e7..767c4d2 100644 (file)
@@ -83,7 +83,7 @@ namespace System.Composition.UnitTests
 
         [Fact]
         [ActiveIssue(24903, TargetFrameworkMonikers.NetFramework)]
-        public void DictionaryImportsRecieveMetadataFromNestedAdapters()
+        public void DictionaryImportsReceiveMetadataFromNestedAdapters()
         {
             var container = CreateContainer(new[] { typeof(ValueA), typeof(ValueB), typeof(LazyConsumer) });