Skip to content

Commit

Permalink
Test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro committed Jul 27, 2024
1 parent 3404d7a commit 2978c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/matchmaker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package server
import (
"context"
"errors"
"github.com/heroiclabs/nakama-common/api"
"math"
"os"
"testing"
Expand Down Expand Up @@ -1716,6 +1717,7 @@ func NewLocalBenchMatchmaker(logger, startupLogger *zap.Logger, config Config, r

indexWriter: indexWriter,
stats: NewStats(10),
statsSnapshot: atomic.NewPointer[api.MatchmakerStats](&api.MatchmakerStats{}),
sessionTickets: make(map[string]map[string]struct{}),
partyTickets: make(map[string]map[string]struct{}),
indexes: make(map[string]*MatchmakerIndex),
Expand Down

0 comments on commit 2978c33

Please sign in to comment.