Skip to content

Commit

Permalink
test sync datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Aug 7, 2018
1 parent 6c357e6 commit 709f1b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sync/sync_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package sync

import (
"testing"

ds "github.com/ipfs/go-datastore"
dstest "github.com/ipfs/go-datastore/test"
)

func TestSync(t *testing.T) {
dstest.SubtestAll(t, MutexWrap(ds.NewMapDatastore()))
}

0 comments on commit 709f1b7

Please sign in to comment.