Skip to content

Commit e26a374

Browse files
committed
[BUGFIX beta] Fix imports for sanitized attribute tests.
1 parent 75a8b20 commit e26a374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ember-htmlbars/tests/attr_nodes/sanitized_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* jshint scripturl:true */
22

33
import EmberView from "ember-views/views/view";
4-
import compile from "ember-htmlbars/system/compile";
4+
import compile from "ember-template-compiler/system/compile";
55
import { SafeString } from "ember-htmlbars/utils/string";
66
import { runAppend, runDestroy } from "ember-runtime/tests/utils";
77

packages/ember-htmlbars/tests/helpers/sanitized_bind_attr_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* jshint scripturl:true */
22

33
import EmberView from "ember-views/views/view";
4-
import compile from "ember-htmlbars/system/compile";
4+
import compile from "ember-template-compiler/system/compile";
55
import run from "ember-metal/run_loop";
66
import { SafeString } from "ember-htmlbars/utils/string";
77
import { runAppend, runDestroy } from "ember-runtime/tests/utils";

0 commit comments

Comments
 (0)