should work better
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m48s

This commit is contained in:
matst80
2024-11-09 21:59:01 +01:00
parent 73f767fe95
commit eea165a629
2 changed files with 36 additions and 15 deletions

View File

@@ -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,