Fix type.

This commit is contained in:
2023-04-02 19:02:43 -07:00
parent 2480a1631b
commit 159f6b6b5f

View File

@ -7,7 +7,7 @@ import (
// SmokeTestCollection is a stats collection for the simple test sim.
type SmokeTestCollection struct {
Number cardsim.Stored[int]
Total cardsim.Stored[int]
Total cardsim.Stored[int64]
Turns cardsim.Invisible[int]
Flavor cardsim.Stored[string]