From 78460c18480a479f72e19c95e5ef6bd655684bfe Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Fri, 26 Jun 2020 15:52:54 -0700 Subject: [PATCH] test(core): update symbols used in the test app (#37785) This commit updates the golden file that contains the set of symbols used in the test TODO app. The `storeCleanupFn` function was replaced by `storeCleanupWithContext` in https://github.com/angular/angular/commit/75b119eafc8a9c3d02bbdc06835fc3e46b495882 and this commit updates the golden file to reflect that. PR Close #37785 --- packages/core/test/bundling/todo/bundle.golden_symbols.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/test/bundling/todo/bundle.golden_symbols.json b/packages/core/test/bundling/todo/bundle.golden_symbols.json index b2d427c6b6..faae7d825b 100644 --- a/packages/core/test/bundling/todo/bundle.golden_symbols.json +++ b/packages/core/test/bundling/todo/bundle.golden_symbols.json @@ -1164,7 +1164,7 @@ "name": "shouldSearchParent" }, { - "name": "storeCleanupFn" + "name": "storeCleanupWithContext" }, { "name": "stringify"