From 8b6c62cc239a2d15a3d14222d8482489e7cb3239 Mon Sep 17 00:00:00 2001 From: bel Date: Fri, 27 Oct 2023 07:39:26 -0600 Subject: [PATCH] one pass --- ana/prediction_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ana/prediction_test.go b/ana/prediction_test.go index 3921449..454b8b4 100644 --- a/ana/prediction_test.go +++ b/ana/prediction_test.go @@ -43,6 +43,9 @@ func TestPredictionPredict(t *testing.T) { "empty": { want: ledger.Register{theseK: {}}, }, + "double": { + prediction: {double}, + }, } for name, d := range cases {