forked from TrueCloudLab/frostfs-node
[#484] morph: Add expired tx logging
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
26acf5689e
commit
8d16d95376
3 changed files with 19 additions and 6 deletions
|
@ -331,7 +331,7 @@ func TestPrepare_IncorrectNR(t *testing.T) {
|
|||
{},
|
||||
},
|
||||
},
|
||||
expErr: ErrMainTXExpired,
|
||||
expErr: &ExpiredTXError{},
|
||||
},
|
||||
{
|
||||
name: "incorrect invoker TX Alphabet witness",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue