We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7fe25 commit b90b5c0Copy full SHA for b90b5c0
test/index.js
@@ -13,8 +13,8 @@ describe( "given a syslogd service", () => {
13
//console.log(info)
14
info.port = null // port is random
15
var shouldRet = {
16
- facility: 7
17
- , severity: 22
+ facility: 22
+ , severity: 7
18
, tag: 'tag'
19
, time: new Date(time + ' ' + new Date().getFullYear())
20
, hostname: 'hostname'
0 commit comments