Przeglądaj źródła

test: drop useless call to refresh

Michele Caini 3 lat temu
rodzic
commit
e1d84d0b92
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      test/entt/entity/registry.cpp

+ 0 - 1
test/entt/entity/registry.cpp

@@ -876,7 +876,6 @@ TEST(Registry, View) {
     ASSERT_EQ(fview.size_hint(), 3u);
 
     mview.refresh();
-    fview.refresh();
 
     ASSERT_EQ(mview.size_hint(), 2u);
     ASSERT_EQ(fview.size_hint(), 3u);