diff --git a/graphene/relay/tests/test_connection.py b/graphene/relay/tests/test_connection.py index 061d6ec9..ca43f397 100644 --- a/graphene/relay/tests/test_connection.py +++ b/graphene/relay/tests/test_connection.py @@ -138,7 +138,7 @@ def test_connectionfield_node_deprecated(): with pytest.raises(Exception) as exc_info: field.type - assert "ConnectionField's now need a explicit ConnectionType for Nodes." in str( + assert "ConnectionFields now need a explicit ConnectionType for Nodes." in str( exc_info.value )