github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/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 // TODO 12 }