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(t, db)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestAccessors tests most basic Put and Get functionalities
|
// TestAccessors_withRetrievalCompositeIndex tests most basic
|
||||||
// for different accessors by using retrieval composite index.
|
// Put and Get functionalities for different accessors
|
||||||
func TestAccessors_WithRetrievalCompositeIndex(t *testing.T) {
|
// by using retrieval composite index.
|
||||||
|
func TestAccessors_withRetrievalCompositeIndex(t *testing.T) {
|
||||||
db, cleanupFunc := newTestDB(t, WithRetrievalCompositeIndex(true))
|
db, cleanupFunc := newTestDB(t, WithRetrievalCompositeIndex(true))
|
||||||
defer cleanupFunc()
|
defer cleanupFunc()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue