From 7104ccb9908a81940b0234b3429a3b08d760855f Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 10 Sep 2023 11:15:53 -0300 Subject: [PATCH] cool empty test bro --- src/entity/item/mag.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/entity/item/mag.rs b/src/entity/item/mag.rs index 035f1e3..b865c62 100644 --- a/src/entity/item/mag.rs +++ b/src/entity/item/mag.rs @@ -1251,9 +1251,5 @@ mod test { id: SectionID::Whitill, }); } - - #[test] - fn test_mag_does_not_level_down() { - } }