Skip to content

Commit

Permalink
Add missing variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tencho Tenev committed Feb 8, 2015
1 parent 0842f1d commit cf5a30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var bcryptSchema = require('..'),
hashField = 'hash-field',
saltValue = 'salt-value',
compare, passingCompare, failingCompare, errorCompare,
genSalt, passingGenSalt,
genSalt, passingGenSalt, errorGenSalt,
hash, passingHash, errorHash

describe('bcrypt-schema', function() {
Expand Down

0 comments on commit cf5a30b

Please sign in to comment.