Skip to content

Commit b57b6a8

Browse files
committed
Update test_update_versions dummy text for more variety
1 parent 0e3a5fb commit b57b6a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/replace_version_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ def test_update_line_with_version(line: str, expected: str):
4848
)
4949
def test_update_versions(line_to_change, expected):
5050
dummy_lines = [
51-
52-
"hallo/world/3.4.5\n",
53-
"foo/world/3.4.5\n",
51+
"exasol/python-toolbox/.github/actions/python-environment@dummy\n",
52+
"- name: Create Security Issue Report\n",
53+
"pip install exasol-toolbox==dummy\n",
5454
]
5555
lines = dummy_lines + [line_to_change]
5656
expected_lines = dummy_lines + [expected]

0 commit comments

Comments
 (0)