exercism / swift

Exercism exercises in Swift.
https://exercism.org/tracks/swift
MIT License
113 stars 158 forks source link

Bad Master-mixologist test #668

Closed philippereicher closed 1 year ago

philippereicher commented 1 year ago

In the Master mixologist exercises are Test that cannot pass.

for example the testFinishShiftJustRunOver. The expectation is to get an empty array but in reality it should expect an array of 10x frozen drink.

As I do not know what the intended test should be can someone tell me so I or someone else can fix the tests?