Skip to content

Commit

Permalink
cleanup test code
Browse files Browse the repository at this point in the history
  • Loading branch information
cblades-tc committed Oct 7, 2024
1 parent 2cec4e7 commit 6310ea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tcex/api/tc/ti_transform/ti_predefined_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def append(self, value, suffix: str):

def prepend(self, value, prefix: str):
"""Prepend a value to the input value."""
raise RuntimeError('Error during prepend')
return f'{prefix}{value}'

def replace(self, value, old_value: str, new_value: str = ''):
Expand Down

0 comments on commit 6310ea1

Please sign in to comment.