File tree 1 file changed +4
-4
lines changed
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):
1039
1039
min_block_size = 2 ,
1040
1040
)
1041
1041
1042
- self .assertEquals (
1042
+ self .assertEqual (
1043
1043
len (expected_ops_unseen ),
1044
1044
0 ,
1045
1045
f"The following expected ops were not encountered: { expected_ops_unseen } " ,
1046
1046
)
1047
1047
1048
- self .assertEquals (
1048
+ self .assertEqual (
1049
1049
len (unexpected_ops_seen ),
1050
1050
0 ,
1051
1051
f"The following expected ops were not encountered: { unexpected_ops_seen } " ,
@@ -1446,13 +1446,13 @@ def forward(self, input):
1446
1446
unexpected_ops = unexpected_ops ,
1447
1447
)
1448
1448
1449
- self .assertEquals (
1449
+ self .assertEqual (
1450
1450
len (expected_ops_unseen ),
1451
1451
0 ,
1452
1452
f"The following expected ops were not encountered: { expected_ops_unseen } " ,
1453
1453
)
1454
1454
1455
- self .assertEquals (
1455
+ self .assertEqual (
1456
1456
len (unexpected_ops_seen ),
1457
1457
0 ,
1458
1458
f"The following expected ops were not encountered: { unexpected_ops_seen } " ,
You can’t perform that action at this time.
0 commit comments