Skip to content

Commit f195d99

Browse files
committed
Fix skipped sublevel tests
Category: fix
1 parent 7c32d39 commit f195d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sublevel-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ exports.all = function (test, testCommon) {
147147

148148
for (const deferred of [false, true]) {
149149
for (const keyEncoding of ['buffer', 'view']) {
150-
if (!testCommon.supports.encodings[keyEncoding]) return
150+
if (!testCommon.supports.encodings[keyEncoding]) continue
151151

152152
// NOTE: adapted from subleveldown. See https://github.com/Level/subleveldown/issues/87
153153
test(`iterate sublevel keys with bytes above 196 (${keyEncoding}, deferred: ${deferred})`, async function (t) {

0 commit comments

Comments
 (0)