github.com/deroproject/derosuite@v2.1.6-1.0.20200307070847-0f2e589c7a2b+incompatible/storage/dummy_test.go (about) 1 // Copyright 2017-2018 DERO Project. All rights reserved. 2 // Use of this source code in any form is governed by RESEARCH license 3 // license can be found in the LICENSE file. 4 // GPG: 0F39 E425 8C65 3947 702A 8234 08B2 0360 A03A 9DE8 5 6 package storage 7 8 import "testing" 9 10 // Needs to expand test to cover failure conditions 11 // do we need to test boltdb storage here 12 func Test_Part1(t *testing.T) { 13 14 }