summaryrefslogtreecommitdiff
path: root/data/transactions/logic/resources_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'data/transactions/logic/resources_test.go')
-rw-r--r--data/transactions/logic/resources_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/transactions/logic/resources_test.go b/data/transactions/logic/resources_test.go
index b796a8c4c..6458e081a 100644
--- a/data/transactions/logic/resources_test.go
+++ b/data/transactions/logic/resources_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
@@ -141,7 +141,7 @@ func TestAppSharing(t *testing.T) {
TestApps(t, sources, txntest.Group(&appl0, &appl1), 9, ledger,
Exp(1, "account "+appl0.Sender.String()+" is not opted into 901"))
ledger.NewLocals(appl0.Sender, 901) // opt in
- ep := TestApps(t, sources, txntest.Group(&appl0, &appl1), 9, ledger)
+ ep, _ := TestApps(t, sources, txntest.Group(&appl0, &appl1), 9, ledger)
require.Len(t, ep.TxnGroup, 2)
ed := ep.TxnGroup[1].ApplyData.EvalDelta
require.Equal(t, map[uint64]basics.StateDelta{