error: Unexpected labelled argument
┌─ test/wine_cellar_test.gleam:75:25
│
75 │ |> wine_cellar.filter(color: White, country: "Germany")
│ ^^^^^^^^^^^^
This argument has been given a label but the constructor does
not expect any. Please remove the label `color`.
I didn’t realize part of the exercise is to write the code to also allow the tests to compile. This is not a broken test.