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
54601357
Unverified
Commit
54601357
authored
Feb 15, 2020
by
Steven Allen
Committed by
GitHub
Feb 15, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #150 from ipfs/test/fix-log-msg
Fix test log message about number of values put
parents
b8e7d934
8fd65ecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/basic_tests.go
test/basic_tests.go
+1
-1
No files found.
test/basic_tests.go
View file @
54601357
...
...
@@ -427,7 +427,7 @@ func subtestQuery(t *testing.T, ds dstore.Datastore, q dsq.Query, count int) {
})
}
t
.
Logf
(
"putting %d values"
,
coun
t
)
t
.
Logf
(
"putting %d values"
,
len
(
inpu
t
)
)
for
i
,
e
:=
range
input
{
err
:=
ds
.
Put
(
dstore
.
RawKey
(
e
.
Key
),
e
.
Value
)
if
err
!=
nil
{
...
...
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