Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LightKone
antidote-go-client
Commits
75786c0a
Unverified
Commit
75786c0a
authored
Jun 06, 2019
by
Peter Zeller
Committed by
GitHub
Jun 06, 2019
Browse files
Merge pull request #2 from rogerpueyo/master
Don't check for error after ListMapKeys()
parents
d407a874
14fbe20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
antidoteclient_test.go
View file @
75786c0a
...
...
@@ -415,9 +415,6 @@ func TestMapListMapKeys(t *testing.T) {
t
.
Fatal
(
err
)
}
keyList
:=
mapV
.
ListMapKeys
()
if
err
!=
nil
{
t
.
Fatal
(
err
)
}
for
_
,
expected
:=
range
[]
MapEntryKey
{
{[]
byte
(
"counter"
),
CRDTType_COUNTER
},
{[]
byte
(
"reg"
),
CRDTType_LWWREG
},
...
...
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