Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-datastore
Commits
913061ca
Commit
913061ca
authored
Aug 07, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test sync datastore
parent
235fa217
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
sync/sync_test.go
sync/sync_test.go
+12
-0
No files found.
sync/sync_test.go
0 → 100644
View file @
913061ca
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
()))
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment