Skip to content

Commit

Permalink
finally passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhaib Mumtaz authored and Suhaib Mumtaz committed Mar 6, 2023
1 parent 3f242b7 commit 9cee8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/test/java/com/example/demo5/UnitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void testUpdateCompassWhenLocationChanges() {

activity.updateFriendDirection();

float expected = 0;
float expected = 0 - NINETY_DEGREES_LONG;

assertEquals(expected, layoutParams.circleAngle, 0.001);
});
Expand Down

0 comments on commit 9cee8cd

Please sign in to comment.