Skip to content

Commit b90b5c0

Browse files
authored
Fixes Priority test
1 parent 2e7fe25 commit b90b5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ describe( "given a syslogd service", () => {
1313
//console.log(info)
1414
info.port = null // port is random
1515
var shouldRet = {
16-
facility: 7
17-
, severity: 22
16+
facility: 22
17+
, severity: 7
1818
, tag: 'tag'
1919
, time: new Date(time + ' ' + new Date().getFullYear())
2020
, hostname: 'hostname'

0 commit comments

Comments
 (0)