should work better
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m48s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m48s
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func TestConnection(t *testing.T) {
|
||||
// TestConnection tests the connection to the server
|
||||
t.Log("Testing connection to server")
|
||||
|
||||
localPool := NewGrainLocalPool(100, time.Minute, func(id CartId) (*CartGrain, error) {
|
||||
return &CartGrain{
|
||||
Id: id,
|
||||
|
||||
Reference in New Issue
Block a user