mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/storage/localstore: fix test name
This commit is contained in:
parent
c7beb228e6
commit
391faa7272
1 changed files with 4 additions and 3 deletions
|
|
@ -33,9 +33,10 @@ func TestAccessors(t *testing.T) {
|
|||
testAccessors(t, db)
|
||||
}
|
||||
|
||||
// TestAccessors tests most basic Put and Get functionalities
|
||||
// for different accessors by using retrieval composite index.
|
||||
func TestAccessors_WithRetrievalCompositeIndex(t *testing.T) {
|
||||
// TestAccessors_withRetrievalCompositeIndex tests most basic
|
||||
// Put and Get functionalities for different accessors
|
||||
// by using retrieval composite index.
|
||||
func TestAccessors_withRetrievalCompositeIndex(t *testing.T) {
|
||||
db, cleanupFunc := newTestDB(t, WithRetrievalCompositeIndex(true))
|
||||
defer cleanupFunc()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue