From 96f88754498d9d56cecc2d3878233b5216c7cce4 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Fri, 4 Aug 2017 15:03:14 -0700 Subject: [PATCH] fix test breakage --- test/fixtures/hideconstructortag.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/hideconstructortag.js b/test/fixtures/hideconstructortag.js index 421e3b00..73f672e9 100644 --- a/test/fixtures/hideconstructortag.js +++ b/test/fixtures/hideconstructortag.js @@ -49,8 +49,8 @@ class WaffleIron { * @hideconstructor */ constructor() { - if (#instance) { - return #instance; + if (this.#instance) { + return this.#instance; } /**