Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ralucas committed Feb 8, 2015
1 parent 55e477c commit 44398a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/csvjson_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('csvjson of sample_schema1.csv', function() {

describe('csvjson of sample_schema2.csv', function() {
var result = csvjson.toSchemaObject('./test/schema_sample2.csv').output;
it('should return nested array of objects', function(done) {
it('should return nested array', function(done) {
expect(result[0]['groups']).to.be.an('object');
expect(result[0]['groups']['like']).to.be.an('array');
expect(result[0]['groups']['dislike']).to.have.length(2);
Expand Down

0 comments on commit 44398a8

Please sign in to comment.