Browse Source

Unsubscribing event from ListWrapper is responsible of the user by disposing. ListView does it.

BDisp 1 year ago
parent
commit
254c1bbf44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UnitTests/Views/ListViewTests.cs

+ 1 - 1
UnitTests/Views/ListViewTests.cs

@@ -1024,7 +1024,7 @@ Item 6",
     }
 
     [Fact]
-    public void ListWrapper_CollectionChanged_Event_UnSubscribe_Previous_If_New_Is_Null ()
+    public void ListWrapper_CollectionChanged_Event_UnSubscribe_Previous_Is_Disposed ()
     {
         var added = 0;
         var removed = 0;