readmessage cleanup
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2024-03-29 19:31:48 +01:00
parent a65d4f1a69
commit 657fdbbf48
4 changed files with 35 additions and 35 deletions

View File

@ -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/"}