From ce09169bb87660a2e1860852510c37347c97d5e3 Mon Sep 17 00:00:00 2001 From: Simon Chow Date: Fri, 6 Sep 2024 14:58:08 -0400 Subject: [PATCH] fix test --- cmd/export_ledgers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/export_ledgers_test.go b/cmd/export_ledgers_test.go index 1f40fa9..9b75918 100644 --- a/cmd/export_ledgers_test.go +++ b/cmd/export_ledgers_test.go @@ -63,7 +63,7 @@ func TestExportLedger(t *testing.T) { name: "start is 0", args: []string{"export_ledgers", "-s", "0", "-e", "4294967295", "-l", "4294967295"}, golden: "", - wantErr: fmt.Errorf("could not read ledgers: LedgerCloseMeta for sequence 0 not found"), + wantErr: fmt.Errorf("could not read ledgers: LedgerCloseMeta for sequence 0 not found in the batch"), }, { name: "end is 0",