Skip to content

Commit

Permalink
dep(test-fixtures): bump to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Sep 27, 2024
1 parent 2ae9389 commit cf905a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"devDependencies": {
"@haraka/eslint-config": "^1.1.5",
"haraka-test-fixtures": "^1.3.7",
"haraka-test-fixtures": "^1.3.8",
"mocha": "^10.7.3",
"mock-require": "^3.0.3",
"nodemailer": "^6.9.15"
Expand Down
2 changes: 2 additions & 0 deletions test/config/smtp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ listen=0.0.0.0:2500

ignore_bad_plugins=0

show_version=true

nodes=0

daemonize=false
Expand Down
4 changes: 2 additions & 2 deletions test/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe('connection', () => {

})

describe('local_info', () => {
describe('local.info', () => {
beforeEach(_set_up)

it('is Haraka/version', () => {
Expand Down Expand Up @@ -299,4 +299,4 @@ describe('connection', () => {
);
})
})
})
})

0 comments on commit cf905a9

Please sign in to comment.