diff --git a/algo_test.go b/algo_test.go index b0e2e05..bab7c4a 100644 --- a/algo_test.go +++ b/algo_test.go @@ -10,7 +10,8 @@ func TestIntToAlgo(t *testing.T) { }{ {"AlgoPronouncable", 0, AlgoPronouncable}, {"AlgoRandom", 1, AlgoRandom}, - {"AlgoUnsupported", 2, AlgoUnsupported}, + {"AlgoCoinflip", 2, AlgoCoinFlip}, + {"AlgoUnsupported", 3, AlgoUnsupported}, } for _, tc := range tt { t.Run(tc.name, func(t *testing.T) {