Skip to content

Commit

Permalink
missed adding correctly the file to the commit on my last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 8, 2024
1 parent 60485e7 commit bcca161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_plain_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class PlainXmlTest(unittest.TestCase):
def test_similarity(self):
real_string = getAsXml.final_xml2("6383667")
real_string = getAsXml.final_xml2("6383667", 'https://api.zbmath.org/v1/document/')
real_string = re.sub(
'<query_execution_time_in_seconds>0.\\d+</query_execution_time_in_seconds>',
'<query_execution_time_in_seconds>0</query_execution_time_in_seconds>',
Expand Down

0 comments on commit bcca161

Please sign in to comment.