Skip to content

Commit

Permalink
Added to the Regex
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Oct 11, 2023
1 parent c64357e commit 0cb87a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xml_converter/tests/attribute_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ def are_arrays_equal(array1, array2) -> bool:
arg_output_xml: str = "--output-taco-path"

chrono_patterns = [
"The taco parse function took [0-9]+ milliseconds to run",
"The xml write function took [0-9]+ milliseconds to run",
"The protobuf write function took [0-9]+ milliseconds to run"
"^The taco parse function took [0-9]+ milliseconds to run$",
"^The xml write function took [0-9]+ milliseconds to run$",
"^The protobuf write function took [0-9]+ milliseconds to run$"
]


Expand Down

0 comments on commit 0cb87a4

Please sign in to comment.