Skip to content

Commit

Permalink
update linked list test describe text
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Jun 12, 2017
1 parent cc10dbd commit 863537b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/objects/LLCircularSpec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
define(['objects/linked-list/circular'], function (Circular) {
describe('Utils test', function () {
describe('Circular linked list tests', function () {
it('should has the correct values', function () {
var circular = new Circular([1, 2, 3]);
var head = circular.headNode;
Expand Down

0 comments on commit 863537b

Please sign in to comment.