def test_get_root_nodes(self):
     with self.assertNumQueries(1):  # simple SELECT
         UnsortableMaterializedPath.get_root_nodes().count()  # using count() to evaluate query