aboutsummaryrefslogtreecommitdiffstats
path: root/tests/transaction_test_util.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/transaction_test_util.go')
-rw-r--r--tests/transaction_test_util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/transaction_test_util.go b/tests/transaction_test_util.go
index 82038c3e8..a6cea972a 100644
--- a/tests/transaction_test_util.go
+++ b/tests/transaction_test_util.go
@@ -42,7 +42,7 @@ func RunTransactionTests(file string, notWorking map[string]bool) error {
if err = runTest(in); err != nil {
return fmt.Errorf("bad test %s: %v", name, err)
}
- fmt.Println("Test passed:", name)
+ fmt.Println("Transaction test passed:", name)
}
}
return nil