summaryrefslogtreecommitdiff
path: root/ledger/simulation/simulation_eval_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ledger/simulation/simulation_eval_test.go')
-rw-r--r--ledger/simulation/simulation_eval_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ledger/simulation/simulation_eval_test.go b/ledger/simulation/simulation_eval_test.go
index 7d2bf8380..41482e72e 100644
--- a/ledger/simulation/simulation_eval_test.go
+++ b/ledger/simulation/simulation_eval_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
@@ -6813,7 +6813,7 @@ int 1`,
input: simulation.Request{
TxnGroups: [][]transactions.SignedTxn{txgroup},
},
- expectedError: "logic eval error: this transaction should be issued by the manager",
+ expectedError: "this transaction should be issued by the manager",
expected: simulation.Result{
Version: simulation.ResultLatestVersion,
LastRound: env.TxnInfo.LatestRound(),