From a094f521ab059dbbbbf2a74d36258138efd85cb1 Mon Sep 17 00:00:00 2001 From: Lakshidaa Saigiridharan <33449160+Lakshidaa@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:27:41 +0530 Subject: [PATCH] Fix failing tests in test_reaction_mods_actions.py --- tests/test_reaction_mods_actions.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_reaction_mods_actions.py b/tests/test_reaction_mods_actions.py index 5a6c91d..d8209ff 100644 --- a/tests/test_reaction_mods_actions.py +++ b/tests/test_reaction_mods_actions.py @@ -213,10 +213,10 @@ def test_isotope_info(): assert df2["Isotope"].to_list()[1:] == ["13C", "13C", "2H", "2H"] assert df2["RxnSmilesWithoutIsotopes"].to_list() == [ "c1ccccc1", - "[C]c1ccccc1", - "[CH2]c1ccccc1", - "[H:3]", - "[H-:3][CH2]", + "[13C]c1ccccc1", + "[13CH2]c1ccccc1", + "[2H:3]", + "[2H-:3][13CH2]", ]