From 159f6b6b5fb9b6875a8d86921d397460057e3eea Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 2 Apr 2023 19:02:43 -0700 Subject: [PATCH] Fix type. --- smoketest/collection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoketest/collection.go b/smoketest/collection.go index 7fcc17b..d038bd6 100644 --- a/smoketest/collection.go +++ b/smoketest/collection.go @@ -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]