@@ -996,7 +996,7 @@ func TestInterpretAccountStorageBorrow(t *testing.T) {
996
996
AssertValuesEqual (
997
997
t ,
998
998
inter ,
999
- interpreter .AsBoolValue (true ),
999
+ interpreter .BoolValue (true ),
1000
1000
checkRes ,
1001
1001
)
1002
1002
@@ -1035,7 +1035,7 @@ func TestInterpretAccountStorageBorrow(t *testing.T) {
1035
1035
AssertValuesEqual (
1036
1036
t ,
1037
1037
inter ,
1038
- interpreter .AsBoolValue (true ),
1038
+ interpreter .BoolValue (true ),
1039
1039
checkRes ,
1040
1040
)
1041
1041
@@ -1058,7 +1058,7 @@ func TestInterpretAccountStorageBorrow(t *testing.T) {
1058
1058
AssertValuesEqual (
1059
1059
t ,
1060
1060
inter ,
1061
- interpreter .AsBoolValue (false ),
1061
+ interpreter .BoolValue (false ),
1062
1062
checkRes ,
1063
1063
)
1064
1064
@@ -1085,7 +1085,7 @@ func TestInterpretAccountStorageBorrow(t *testing.T) {
1085
1085
AssertValuesEqual (
1086
1086
t ,
1087
1087
inter ,
1088
- interpreter .AsBoolValue (false ),
1088
+ interpreter .BoolValue (false ),
1089
1089
checkRes ,
1090
1090
)
1091
1091
})
@@ -1174,7 +1174,7 @@ func TestInterpretAccountStorageBorrow(t *testing.T) {
1174
1174
AssertValuesEqual (
1175
1175
t ,
1176
1176
inter ,
1177
- interpreter .AsBoolValue (true ),
1177
+ interpreter .BoolValue (true ),
1178
1178
checkRes ,
1179
1179
)
1180
1180
@@ -1213,7 +1213,7 @@ func TestInterpretAccountStorageBorrow(t *testing.T) {
1213
1213
AssertValuesEqual (
1214
1214
t ,
1215
1215
inter ,
1216
- interpreter .AsBoolValue (true ),
1216
+ interpreter .BoolValue (true ),
1217
1217
checkRes ,
1218
1218
)
1219
1219
@@ -1236,7 +1236,7 @@ func TestInterpretAccountStorageBorrow(t *testing.T) {
1236
1236
AssertValuesEqual (
1237
1237
t ,
1238
1238
inter ,
1239
- interpreter .AsBoolValue (false ),
1239
+ interpreter .BoolValue (false ),
1240
1240
checkRes ,
1241
1241
)
1242
1242
0 commit comments