diff --git a/exercises/resistor-color-duo/test/Tests.hs b/exercises/resistor-color-duo/test/Tests.hs index 94c1e7050..5b917acd0 100644 --- a/exercises/resistor-color-duo/test/Tests.hs +++ b/exercises/resistor-color-duo/test/Tests.hs @@ -41,4 +41,7 @@ cases = [ Case { description = "Brown and black" , input = (Orange, Orange) , expected = 33 } + -- Note: This test suite omits testing three-color bands, + -- since they are not representable as (Color, Color). They + -- are addressed in the exercise resistor-color-trio. ]