From 1c5e8e90ef45cdd89800fa9835b1dea047c53ba2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 24 Oct 2019 15:07:18 -0300 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 599a155..297a275 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ if there is no pytest introspection (`#154`_). Thanks `@The-Compiler`_ for the report. -* ``mocker`` now raises a ``TypeError`` when used as a context-manager. +* ``mocker`` now raises a ``ValueError`` when used as a context-manager. Thanks `@binarymason`_ for the PR (`#165`_). .. _#154: https://github.com/pytest-dev/pytest-mock/issues/154