Skip to content

Commit

Permalink
test: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 10, 2024
1 parent 3dc6503 commit 89fe313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/result_store.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ describe('redis_publish', () => {

await sub_db.connect()

await sub_db.pSubscribe('*', (message, channel) => {
await sub_db.pSubscribe('*', (message) => {
assert.equal(JSON.parse(message).result.pass, 'the test')
conn.server.notes.redis.quit()
sub_db.quit()
Expand Down

0 comments on commit 89fe313

Please sign in to comment.