Skip to content
Snippets Groups Projects
Commit c1c3b5e4 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge branch 'api2.0' of git.xx.network:elixxir/client into api2.0

parents f0f9c588 5001f581
No related branches found
No related tags found
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -197,6 +197,6 @@ func TestVersionedKV_Set(t *testing.T) {
o := &Object{}
err = kv.Get(key, o)
if err != nil {
t.Error("data store didn't have anything in the key: %+v", err)
t.Errorf("data store didn't have anything in the key: %+v", err)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment