Skip to content

Commit 1ab6d26

Browse files
committed
fix issue in 06-concat
1 parent 0d41b50 commit 1ab6d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-functional-school",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Coderoad tutorial",
55
"author": "Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)",
66
"contributers": [

tutorial/1/06/01-concat.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
var expect = require('chai').expect;
33

4-
loadGlobal('data/courses2.json');
4+
loadGlobal('courses', 'data/courses2.json');
55
loadEditor('06-concat.js');
66

77
describe('01 var flattenedArray', function() {

0 commit comments

Comments
 (0)