Fixing case problem with blocks.js tests

This commit is contained in:
Tim Mickel 2016-06-06 16:17:12 -04:00
parent c8e050494c
commit 53372c5704

View file

@ -1,5 +1,5 @@
var test = require('tap').test; var test = require('tap').test;
var Blocks = require('../../src/engine/Blocks'); var Blocks = require('../../src/engine/blocks');
test('spec', function (t) { test('spec', function (t) {
var b = new Blocks(); var b = new Blocks();