Skip to content

Commit

Permalink
Correct name of issue-64 test.
Browse files Browse the repository at this point in the history
Dervus Grim committed Feb 15, 2013
1 parent cff944f commit fa4a6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/issues/issue-64.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ var assert = require('assert');
var yaml = require('../../lib/js-yaml');


it('#8: Wrong error message when yaml file contains tabs', function () {
it('#64: Wrong error message when yaml file contains tabs', function () {
assert.doesNotThrow(
function () { require('./data/issue-64.yml'); },
yaml.YAMLException);

0 comments on commit fa4a6b0

Please sign in to comment.