Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bandi committed Jul 3, 2014
1 parent afc2928 commit 8645e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-Intro/02-SimpisticToDo/test/spec/todoSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('ToDo List', function(){
addText();

var todoList = $('#do h3');
expect(todoList.length).toBe(2);
expect(todoList.length).toBe(1);
expect(todoList.eq(0).text()).toBe('First ToDo');
});

Expand Down

0 comments on commit 8645e5d

Please sign in to comment.