From 4ceab4e7ed12acf78d043036801102fd4a66dd7c Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 18 Dec 2022 13:49:31 +0200 Subject: [PATCH] updated nested tx test --- forms/record_upsert_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/record_upsert_test.go b/forms/record_upsert_test.go index 22056c86..f05ad760 100644 --- a/forms/record_upsert_test.go +++ b/forms/record_upsert_test.go @@ -388,7 +388,7 @@ func TestRecordUpsertDrySubmitWithNestedTx(t *testing.T) { return nil }) if txErr != nil { - t.Fatalf("Nested transactions failure: %v", err) + t.Fatalf("Nested transactions failure: %v", txErr) } }