[Chore] Leftovers (#426)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#426
This commit is contained in:
2026-07-16 21:33:12 +12:00
parent 72a63b4876
commit 3566571b42
6 changed files with 109 additions and 46 deletions

View File

@ -106,7 +106,7 @@ class ReactionTest(TestCase):
multi_step=False,
)
self.assertEqual(r.name, "no name")
self.assertEqual(r.name, "Reaction 1")
self.assertEqual(r.description, "no description")
def test_deduplication(self):