File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1039,13 +1039,13 @@ def forward(self, input):
10391039 min_block_size = 2 ,
10401040 )
10411041
1042- self .assertEquals (
1042+ self .assertEqual (
10431043 len (expected_ops_unseen ),
10441044 0 ,
10451045 f"The following expected ops were not encountered: { expected_ops_unseen } " ,
10461046 )
10471047
1048- self .assertEquals (
1048+ self .assertEqual (
10491049 len (unexpected_ops_seen ),
10501050 0 ,
10511051 f"The following expected ops were not encountered: { unexpected_ops_seen } " ,
@@ -1446,13 +1446,13 @@ def forward(self, input):
14461446 unexpected_ops = unexpected_ops ,
14471447 )
14481448
1449- self .assertEquals (
1449+ self .assertEqual (
14501450 len (expected_ops_unseen ),
14511451 0 ,
14521452 f"The following expected ops were not encountered: { expected_ops_unseen } " ,
14531453 )
14541454
1455- self .assertEquals (
1455+ self .assertEqual (
14561456 len (unexpected_ops_seen ),
14571457 0 ,
14581458 f"The following expected ops were not encountered: { unexpected_ops_seen } " ,
You can’t perform that action at this time.
0 commit comments