Skip to content

Commit 63f2050

Browse files
author
Nicholas C. Zakas
committed
Updated doubly linked list unit tests
1 parent 05f0dac commit 63f2050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-structures/doubly-linked-list/doubly-linked-list-tests.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>Doubly Linked List Tests</h1>
2323
// Base Test Suite
2424
//-------------------------------------------------------------------------
2525

26-
var suite = new YAHOO.tool.TestSuite("Linked List Tests");
26+
var suite = new YAHOO.tool.TestSuite("Doubly Linked List Tests");
2727

2828
//-------------------------------------------------------------------------
2929
// Test Case for adding

0 commit comments

Comments
 (0)