Skip to content

Commit 6d43348

Browse files
committed
Case sensitive file system bug fix
1 parent 51eb8ca commit 6d43348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var Code = require('code'),
22
Lab = require('lab'),
3-
Handlebars = require('Handlebars'),
3+
Handlebars = require('handlebars'),
44
Paper = require('../index'),
55
lab = exports.lab = Lab.script(),
66
describe = lab.experiment,

0 commit comments

Comments
 (0)