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

Test description typo in PriorityQueue.test.js #315

Closed
iamlockon opened this issue Feb 21, 2019 · 1 comment
Closed

Test description typo in PriorityQueue.test.js #315

iamlockon opened this issue Feb 21, 2019 · 1 comment

Comments

@iamlockon
Copy link

As title, it appears to me that the test description in line 37 :

  it('should be possible to change priority of internal nodes', () => {

and in line 54 :

  it('should be possible to change priority of head node', () => {

should be exchanged, since the node with item of value '100' should be the head node in my opinion. Thank you.

trekhleb added a commit that referenced this issue Apr 12, 2019
@trekhleb
Copy link
Owner

@iamlockon I guess you're right. The naming should be fixed now.

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