Skip to content

Commit a972335

Browse files
committed
fix name of unit test
1 parent 90376d0 commit a972335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/list_item_hunter_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
test.done();
400400
},
401401

402-
'processPatternRecursive - correctly ignores bookended partials without a style modifier when the same partial has a style modifier between' : function(test){
402+
'process_list_item_partials - correctly ignores bookended partials without a style modifier when the same partial has a style modifier between' : function(test){
403403
//arrange
404404
var fs = require('fs-extra');
405405
var pattern_assembler = new pa();

0 commit comments

Comments
 (0)