def test_node_replacedfield(): idfield = Human._meta.fields['pub_date'] assert isinstance(idfield, Field) assert idfield.type == Int