This commit is contained in:
bel
2023-10-27 07:39:26 -06:00
parent 72be536c02
commit 8b6c62cc23

View File

@@ -43,6 +43,9 @@ func TestPredictionPredict(t *testing.T) {
"empty": {
want: ledger.Register{theseK: {}},
},
"double": {
prediction: {double},
},
}
for name, d := range cases {