Skip to content

Commit

Permalink
Tests: Fix AccountsUpdateSchemaTest ignoring error bug (#5985)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos authored Apr 25, 2024
1 parent b259709 commit 82f4cde
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ledger/ledger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2231,11 +2231,7 @@ func TestLedgerReloadTxTailHistoryAccess(t *testing.T) {
return err0
}

if err0 := tx.Testing().AccountsUpdateSchemaTest(ctx); err != nil {
return err0
}

return nil
return tx.Testing().AccountsUpdateSchemaTest(ctx)
})
require.NoError(t, err)

Expand Down

0 comments on commit 82f4cde

Please sign in to comment.