Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
update tests for new version of mocha diff engine
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPilot committed Jun 3, 2015
1 parent 8ab2c13 commit 0a1aecf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test.js
Expand Up @@ -192,7 +192,8 @@ describe('Reporter', function () {
' 1 failing\n\n' +
' 1) :\n\n Uncaught \n' +
' + expected - actual\n\n' +
' +"ABbbb"\n -"AAaab"\n' +
' -"AAaab"\n' +
' +"ABbbb"\n' +
' \n \n\n\n\n';
var fn = listenToEvents(mockRunner);
reporter = new Reporter(mockRunner);
Expand Down Expand Up @@ -231,7 +232,7 @@ describe('Reporter', function () {
' 1 failing\n\n 1) :\n\n' +
' Uncaught \n' +
' actual expected\n \n' +
' "BbbAaa"\n \n \n\n\n\n';
' "AaaBbb"\n \n \n\n\n\n';
var fn = listenToEvents(mockRunner);
reporter = new Reporter(mockRunner);
stubPrint(reporter);
Expand Down

0 comments on commit 0a1aecf

Please sign in to comment.