Skip to content

Commit

Permalink
Fix error scope wrapper so it doesn't miss errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 14, 2025
1 parent 5cf8d25 commit 33720c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/push-pop-error-tests.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 33720c6

Please sign in to comment.