updated nested tx test
This commit is contained in:
parent
e8fa51526a
commit
4ceab4e7ed
|
@ -388,7 +388,7 @@ func TestRecordUpsertDrySubmitWithNestedTx(t *testing.T) {
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
if txErr != nil {
|
if txErr != nil {
|
||||||
t.Fatalf("Nested transactions failure: %v", err)
|
t.Fatalf("Nested transactions failure: %v", txErr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue