Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit628cc11

Browse files
committed
Do not check return of updateChild
1 parent160fdef commit628cc11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎test/data-structures/size-balanced-tree.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ describe('SBTree', function () {
6363
expect(Nil.value).toBe(null);
6464
}
6565
it('test updateChild',function(){
66-
vare=updateChild(Nil,Nil);
66+
updateChild(Nil,Nil);
6767
checkNil();
68-
expect(e).toBe(Nil);
6968
varroot=newNode(10,Nil,Nil,Nil,1);
7069
varleft=newNode(5,root,Nil,Nil,1);
7170
varright=newNode(15,root,Nil,Nil,1);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp