Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progress reporter failing #3165

Closed
Bamieh opened this issue Dec 16, 2017 · 1 comment
Closed

progress reporter failing #3165

Bamieh opened this issue Dec 16, 2017 · 1 comment

Comments

@Bamieh
Copy link
Contributor

Bamieh commented Dec 16, 2017

running make test-reporters is failing on master (and the CI), here is the failing test:

  1) Progress reporter
       on test end
         if line has changed
           should write expected progress of open and close options:

      Error: expected [ '\u001b[J', '  [', '', '․', ']' ] to sort of equal [ '\u001b[J', '  OpEn', '', 'iNcOmPlEtE', 'cLoSe' ]
      + expected - actual

       [
         "\u001b[J"
      -  "  ["
      +  "  OpEn"
         ""
      -  "․"
      -  "]"
      +  "iNcOmPlEtE"
      +  "cLoSe"
       ]
@boneskull
Copy link
Member

closed via #3171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants