summaryrefslogtreecommitdiff
path: root/data/transactions/logic/evalAppTxn_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'data/transactions/logic/evalAppTxn_test.go')
-rw-r--r--data/transactions/logic/evalAppTxn_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/transactions/logic/evalAppTxn_test.go b/data/transactions/logic/evalAppTxn_test.go
index 4682732fb..9a6d0ebc4 100644
--- a/data/transactions/logic/evalAppTxn_test.go
+++ b/data/transactions/logic/evalAppTxn_test.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Algorand, Inc.
+// Copyright (C) 2019-2024 Algorand, Inc.
// This file is part of go-algorand
//
// go-algorand is free software: you can redistribute it and/or modify
@@ -2006,7 +2006,7 @@ int 1
ledger.NewApp(parentTx.Receiver, parentAppID, basics.AppParams{})
ledger.NewAccount(parentAppID.Address(), 50_000)
- parentEd := TestApp(t, parentSource, ep)
+ parentEd, _ := TestApp(t, parentSource, ep)
require.Len(t, parentEd.Logs, 2)
require.Len(t, parentEd.InnerTxns, 2)
@@ -2334,7 +2334,7 @@ int 1
ledger.NewApp(parentTx.Receiver, parentAppID, basics.AppParams{})
ledger.NewAccount(parentAppID.Address(), 50_000)
- parentEd := TestApp(t, parentSource, ep)
+ parentEd, _ := TestApp(t, parentSource, ep)
require.Len(t, parentEd.Logs, 2)
require.Len(t, parentEd.InnerTxns, 2)