def test_add_root(self):
     with self.assertNumQueries(1):  # just INSERT. There is no parent to be SELECTed
         UnsortableMaterializedPath.add_root(path_name='Z')