Skip to content

Commit

Permalink
refactor: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Jun 19, 2024
1 parent c1af90d commit db029d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ func TestBlockStoreSaveLoadBlock(t *testing.T) {
}
}

func TestSaveBlockIndexesTxs(t *testing.T) {
func TestSaveTxInfo(t *testing.T) {
// Create a state and a block store
state, blockStore, cleanup := makeStateAndBlockStore(log.NewTMLogger(new(bytes.Buffer)))
defer cleanup()
Expand Down

0 comments on commit db029d4

Please sign in to comment.