Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Sep 6, 2024
1 parent 3e42d7b commit ce09169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/export_ledgers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce09169

Please sign in to comment.