Browse Source

Updated ItemsControl test for new behaviour.

Dan Walmsley 9 years ago
parent
commit
a5a59c3e8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Avalonia.Controls.UnitTests/ItemsControlTests.cs

+ 1 - 1
tests/Avalonia.Controls.UnitTests/ItemsControlTests.cs

@@ -138,7 +138,7 @@ namespace Avalonia.Controls.UnitTests
         }
 
         [Fact]
-        public void Adding_String_Item_Should_Make_ContentPresenter_Appear_In_LogicalChildren()
+        public void Adding_String_Item_Should_Make_TextBlock_Appear_In_LogicalChildren()
         {
             var target = new ItemsControl();
             var child = new Control();