From 45486238311b45495878d60a60f17a3c676cb976 Mon Sep 17 00:00:00 2001 From: evilchili Date: Sun, 31 Dec 2023 11:24:16 -0800 Subject: [PATCH] fix flakey test --- tests/test_types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_types.py b/tests/test_types.py index e68fc84..c87364c 100644 --- a/tests/test_types.py +++ b/tests/test_types.py @@ -86,4 +86,3 @@ def test_ItemGenerator_subclass(): 'glass stick', ] assert stick[0].rarity.rarity == 'common' - assert stick[0].description == ''