InternalServer to Server refactor
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user