Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ var EventEmitter = require('events')
// Test abstract-leveldown compliance
function runSuite (factory) {
suite({
test: test,
factory: factory,
test,
factory,

// Unsupported features
seek: false,
Expand Down Expand Up @@ -67,7 +67,7 @@ runSuite(function factory () {

// Test levelup interface
suite({
test: test,
test,
factory: function () {
// This is a levelup instance, but we're testing it as abstract-leveldown :)
return subdb(levelup(encoding(memdown())), 'test')
Expand Down