mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Test fix
This commit is contained in:
parent
d36d076e95
commit
56c41ba302
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace Tests
|
|||
{
|
||||
switch (shape)
|
||||
{
|
||||
case .Circle(let x, let y, let radius) when x > 0 && y == 10:
|
||||
case .Circle(let x, let y, let radius) when x == 10:
|
||||
return 12;
|
||||
default:
|
||||
return 23;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue