This commit is contained in:
@ -22,7 +22,7 @@ func TestEndToEnd(t *testing.T) {
|
||||
///////////////////////////
|
||||
// Creating New Identity //
|
||||
///////////////////////////
|
||||
Me = client.CreateIdentity("myname")
|
||||
Me, err = client.CreateIdentity("myname")
|
||||
|
||||
// define my preferences (servers)
|
||||
srv := client.Server{Name: "MyServer", Url: "http://127.0.0.1/meow/"}
|
||||
|
Reference in New Issue
Block a user