Bug in tests (misprint?)
See original GitHub issueVersion: 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:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@piq9117 sure, definitely not an issue! Sorry, tons of work, did not have, like, 15 minutes to do this.
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.