mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
fix hardcoded test cases
This commit is contained in:
parent
328ef5c10a
commit
defbf89fa8
1 changed files with 2 additions and 2 deletions
|
|
@ -230,7 +230,7 @@ def test_v1_iter_rewritten():
|
|||
"# This file is part of the bumpver project",
|
||||
"# https://github.com/mbarkhau/bumpver",
|
||||
"#",
|
||||
"# Copyright (c) 2018-2021 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
|
||||
"# Copyright (c) 2018-2022 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
|
||||
"# SPDX-License-Identifier: MIT",
|
||||
'"""BumpVer: A CLI program for versioning."""',
|
||||
'',
|
||||
|
|
@ -256,7 +256,7 @@ def test_v2_iter_rewritten():
|
|||
"# This file is part of the bumpver project",
|
||||
"# https://github.com/mbarkhau/bumpver",
|
||||
"#",
|
||||
"# Copyright (c) 2018-2021 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
|
||||
"# Copyright (c) 2018-2022 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
|
||||
"# SPDX-License-Identifier: MIT",
|
||||
'"""BumpVer: A CLI program for versioning."""',
|
||||
'',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue