Skip to content

Commit 4309a9a

Browse files
committed
Fix tests for nodesDir
1 parent f519f5b commit 4309a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/lib/template-settings_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('template-settings', () => {
115115
settings.logging.console.should.have.a.property('metric', false)
116116
settings.logging.console.should.have.a.property('audit', false)
117117
settings.logging.console.should.have.a.property('handler').and.be.a.Function()
118-
settings.should.have.a.property('nodesDir', null)
118+
settings.should.have.a.property('nodesDir')
119119

120120
settings.should.have.a.property('httpNodeAuth', false) // by default, this is false
121121
})

0 commit comments

Comments
 (0)