mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Remove test for degenerate triangle
This commit is contained in:
parent
54e3017815
commit
b6180e3976
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ tests =
|
|||
, test "triangles violating triangle inequality are illegal 1" <|
|
||||
\() -> Expect.equal (Err "Violates inequality") (triangleKind 1 1 3)
|
||||
, test "triangles violating triangle inequality are illegal 2" <|
|
||||
\() -> Expect.equal (Err "Violates inequality") (triangleKind 2 4 2)
|
||||
, test "triangles violating triangle inequality are illegal 3" <|
|
||||
\() -> Expect.equal (Err "Violates inequality") (triangleKind 7 3 2)
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue