diff --git a/test/core/fixtures/transformation/es7.decorators/class-modules/expected.js b/test/core/fixtures/transformation/es7.decorators/class-modules/expected.js index a2deb0610e..a061a0b3de 100644 --- a/test/core/fixtures/transformation/es7.decorators/class-modules/expected.js +++ b/test/core/fixtures/transformation/es7.decorators/class-modules/expected.js @@ -10,9 +10,10 @@ var _foo2 = babelHelpers.interopRequireWildcard(_foo); var Foo = (function () { function Foo() { - babelHelpers.classCallCheck(this, Foo); + babelHelpers.classCallCheck(this, _Foo); } + var _Foo = Foo; Foo = _foo2["default"](Foo) || Foo; return Foo; })();