diff --git a/pkg/ride/tree_evaluation_test.go b/pkg/ride/tree_evaluation_test.go index a977426a0..e55c62fd3 100644 --- a/pkg/ride/tree_evaluation_test.go +++ b/pkg/ride/tree_evaluation_test.go @@ -1090,6 +1090,9 @@ var envDappFromDapp = &mockRideEnvironment{ blockV5ActivatedFunc: func() bool { return true }, + rideV5ActivatedFunc: func() bool { + return true + }, rideV6ActivatedFunc: noRideV6, validateInternalPaymentsFunc: func() bool { return true @@ -1112,6 +1115,9 @@ func tearDownDappFromDapp() { addressCallable = proto.WavesAddress{} addrPK = crypto.PublicKey{} addressCallablePK = crypto.PublicKey{} + envDappFromDapp.rideV5ActivatedFunc = func() bool { + return true + } envDappFromDapp.rideV6ActivatedFunc = noRideV6 thisAddress = proto.WavesAddress{}