From 9838b2f613155465163721e2ff447552f5a6db98 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sat, 16 Mar 2019 17:37:53 -0400 Subject: [PATCH] update test --- test/js/samples/each-block-keyed-animated/expected.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/js/samples/each-block-keyed-animated/expected.js b/test/js/samples/each-block-keyed-animated/expected.js index c4efd2e953..907f7b88f4 100644 --- a/test/js/samples/each-block-keyed-animated/expected.js +++ b/test/js/samples/each-block-keyed-animated/expected.js @@ -1,5 +1,5 @@ /* generated by Svelte vX.Y.Z */ -import { SvelteComponent as SvelteComponent_1, animate, append, blankObject, createComment, createElement, createText, detachNode, fixAndOutroAndDestroyBlock, fix_position, flush, init, insert, noop, safe_not_equal, setData, updateKeyedEach } from "svelte/internal"; +import { SvelteComponent as SvelteComponent_1, append, blankObject, createComment, createElement, createText, create_animation, detachNode, fixAndOutroAndDestroyBlock, fix_position, flush, init, insert, noop, safe_not_equal, setData, updateKeyedEach } from "svelte/internal"; function get_each_context(ctx, list, i) { const child_ctx = Object.create(ctx); @@ -44,7 +44,7 @@ function create_each_block(key_1, ctx) { a() { stop_animation(); - stop_animation = animate(div, rect, foo, {}); + stop_animation = create_animation(div, rect, foo, {}); }, d(detach) {