Skip to content

Commit 8685cbb

Browse files
committed
updated longestDistance
1 parent bf112bd commit 8685cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Testers/ממן13/Tester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ else if(coll.mostUpperBaseCorner().toString().equals("The base point is (49.0,50
115115
System.out.println(BAD);
116116

117117
System.out.println("Checking longestDistance: " );
118-
if(coll.longestDistance() == 106.44951855222267)
118+
if(coll.longestDistance() == 106.44951855222267 && coll3.longestDistance() == 0)
119119
System.out.println(GOOD);
120120
else
121121
System.out.println(BAD);

0 commit comments

Comments
 (0)