Skip to content

Commit

Permalink
to squash
Browse files Browse the repository at this point in the history
  • Loading branch information
jleong-openedx committed Jan 4, 2017
1 parent 25d136a commit c764635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubcpi/static/js/spec/ubcpi_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ describe('UBCPI module', function () {
});
controller.getStats();
expect(controller.stats).toEqual(response);
expect(controller.calc(0)).toBe(" Initial Answer Selection: 100% Final Answer Selection: 0%");
expect(controller.calc(0)).toBe(" Initial Answer Selection: 100% Final Answer Selection: 0%");
});

it('should call notify with error when backend errors', function() {
Expand Down

0 comments on commit c764635

Please sign in to comment.