Fix type.
This commit is contained in:
parent
2480a1631b
commit
159f6b6b5f
@ -7,7 +7,7 @@ import (
|
|||||||
// SmokeTestCollection is a stats collection for the simple test sim.
|
// SmokeTestCollection is a stats collection for the simple test sim.
|
||||||
type SmokeTestCollection struct {
|
type SmokeTestCollection struct {
|
||||||
Number cardsim.Stored[int]
|
Number cardsim.Stored[int]
|
||||||
Total cardsim.Stored[int]
|
Total cardsim.Stored[int64]
|
||||||
Turns cardsim.Invisible[int]
|
Turns cardsim.Invisible[int]
|
||||||
|
|
||||||
Flavor cardsim.Stored[string]
|
Flavor cardsim.Stored[string]
|
||||||
|
Loading…
Reference in New Issue
Block a user