Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Fix test count
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodh committed Jul 1, 2019
1 parent 6fe94b4 commit 9f9fc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.js
Expand Up @@ -46,7 +46,7 @@ function configureDefaultDC (dc) {
// 4. test opening an already configured account (re-open above)

test('setUp dc context', t => {
t.plan(18)
t.plan(17)
const cwd = tempy.directory()
dc = new DeltaChat()
dc.once('ready', () => {
Expand Down

0 comments on commit 9f9fc85

Please sign in to comment.