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 14, 2018
1 parent 235fa21 commit 913061c
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 913061c

Please sign in to comment.