InternalServer to Server refactor
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
ycc
2023-11-08 22:01:44 +01:00
parent 04a390d558
commit c203431ede
5 changed files with 41 additions and 41 deletions

View File

@ -100,7 +100,7 @@ func TestEndToEnd(t *testing.T) {
packedMsg := MyFirstFriend.PackUserMessage(enc.Data, enc.Signature)
srv := MyFirstFriend.Contact.PullServers[0]
intS1 := client.InternalServerFromServer(srv)
intS1 := client.CreateServerFromServerCard(srv)
// Creating Server message for transporting the user message
toServerMessage, err := intS1.BuildMessageSendingMessage(packedMsg)