From 9c9c4823b5c02bfeb790fabdd4a22e187c2f70ac Mon Sep 17 00:00:00 2001 From: Veniamin Krol <153412+vkrol@users.noreply.github.com> Date: Thu, 20 Jun 2019 14:00:25 +0300 Subject: [PATCH] Update the Jest snapshot after changing the name of the Provider component (#713) --- test/__snapshots__/inject.test.js.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/__snapshots__/inject.test.js.snap b/test/__snapshots__/inject.test.js.snap index 6ebc2b60..37099253 100644 --- a/test/__snapshots__/inject.test.js.snap +++ b/test/__snapshots__/inject.test.js.snap @@ -3,8 +3,8 @@ exports[`inject based context warning is printed when changing stores 2`] = ` Array [ Array [ - "The above error occurred in the component:", - " in Provider (created by A)", + "The above error occurred in the component:", + " in MobXProvider (created by A)", " in section (created by A)", " in A", "",