Fix type.
This commit is contained in:
		| @@ -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] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user