From 33720c68ef9788c2ff9e09a81467f92d1e24944c Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 13 Jan 2025 16:42:38 -0800 Subject: [PATCH] Fix error scope wrapper so it doesn't miss errors. --- test/tests/push-pop-error-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/push-pop-error-tests.js b/test/tests/push-pop-error-tests.js index bdee862..5aebbdc 100644 --- a/test/tests/push-pop-error-tests.js +++ b/test/tests/push-pop-error-tests.js @@ -1,6 +1,6 @@ import {describe} from '../mocha-support.js'; import { itWithDevice } from '../js/utils.js'; -import { assertEqual, assertFalsy, assertInstanceOf, assertTruthy } from '../assert.js'; +import { assertEqual, assertFalsy, assertInstanceOf } from '../assert.js'; function causeError(device, filter) { switch (filter) {