question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug in tests (misprint?)

See original GitHub issue

Version: HEAD of master

I suggest there’s a wrong line in a tests, here: https://github.com/ReactiveX/rxjs/blob/046b03de09c1edfdad6ee735237a329ff79a33bc/spec/operators/multicast-spec.ts#L556

    expect(results1).to.deep.equal([1, 2, 3, 4]);
    expect(results1).to.deep.equal([1, 2, 3, 4]);

I’m pretty sure it should be comparator of both results1 and results2 here.

Should I create a PR for this?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Jabhercommented, Jul 15, 2017

@piq9117 sure, definitely not an issue! Sorry, tons of work, did not have, like, 15 minutes to do this.

0reactions
lock[bot]commented, Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Difference between defect, bug, error and failure
Let's see the difference between defect, bug, error and failure. In general, we use these terms whenever the system acts abnormally.
Read more >
Software Testing - Bug vs Defect vs Error vs Fault vs Failure
Bug: A bug refers to defects which means that the software product or the application is not working as per the adhered requirements...
Read more >
Difference between Bug, Defect, Error, Fault and Failure
In software testing, a bug is the informal name of defects, which means that software or application is not working as per the...
Read more >
Difference Between Bug, Defect, Error, Failure, and Fault in ...
A bug refers to defects, telling the software is not working as expected. A defect is a deviation between the expected and actual...
Read more >
Defect and Bug in Software Testing
A Bug is the result of a coding Error or Fault in the program which causes the program to behave in an unintended...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found