Skip to content

Commit 66ab3b7

Browse files
committed
fix test bug from linting changes
1 parent c55b3bf commit 66ab3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/unit-DomainNames.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('Unit::DomainNames', function(){
77
let tree = null
88

99
beforeEach(function(){
10-
let tree = new DomainNames()
10+
tree = new DomainNames()
1111
tree.addDomain('test.whatever.com', { test: true })
1212
tree.addDomain('two.whatever.com', {two: true })
1313
tree.addDomain('other.com', { other: true })

0 commit comments

Comments
 (0)