Skip to content

Commit

Permalink
remove failing AddBlock(&genBlock) from TestDeleteTransactions
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Sep 18, 2024
1 parent 6fbbbf4 commit cf7bbd7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions idb/postgres/postgres_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2186,11 +2186,6 @@ func TestDeleteTransactions(t *testing.T) {

txns := []sdk.SignedTxn{}

genBlock := types.ValidatedBlock{
Block: test.MakeGenesisBlock(),
Delta: sdk.LedgerStateDelta{},
}
require.NoError(t, db.AddBlock(&genBlock))
// add 4 rounds of txns
// txnA := test.MakeCreateAppTxn(test.AccountA)
// txnB := test.MakeCreateAppTxn(test.AccountB)
Expand Down

0 comments on commit cf7bbd7

Please sign in to comment.