From 9453ef17fbc9b8aefedfb97f925b5803d5f3d26c Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Thu, 26 Sep 2024 18:04:58 -0700
Subject: [PATCH] uniquely identify test

---
 src/physics.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/physics.rs b/src/physics.rs
index d52c663..74e9ae5 100644
--- a/src/physics.rs
+++ b/src/physics.rs
@@ -2005,7 +2005,7 @@ mod test{
 		test_collision_rotated(relative_body,expected_collision_time);
 	}
 	#[test]
-	fn test_collision_degenerate(){
+	fn test_collision_degenerate_straight_down(){
 		test_collision(Body::new(
 			int3(0,5,0),
 			int3(0,-1,0),