We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
trekhleb
Learn more about funding links in repositories.
Report abuse
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
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.
The text was updated successfully, but these errors were encountered:
Fix issue #315.
1520533
@iamlockon I guess you're right. The naming should be fixed now.
Sorry, something went wrong.
No branches or pull requests
As title, it appears to me that the test description in line 37 :
and in line 54 :
should be exchanged, since the node with item of value '100' should be the head node in my opinion. Thank you.
The text was updated successfully, but these errors were encountered: