github.com/koko1123/flow-go-1@v0.29.6/storage/badger/chunk_consumer_test.go (about) 1 package badger 2 3 import "testing" 4 5 // 1. can init 6 // 2. can't set a process if never inited 7 // 3. can set after init 8 // 4. can read after init 9 // 5. can read after set 10 func TestChunkConsumer(t *testing.T) { 11 }