mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix test referencing copyright header
This commit is contained in:
parent
ecafb3c217
commit
a8da75e538
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",
|
"# This file is part of the bumpver project",
|
||||||
"# https://github.com/mbarkhau/bumpver",
|
"# https://github.com/mbarkhau/bumpver",
|
||||||
"#",
|
"#",
|
||||||
"# Copyright (c) 2018-2022 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
|
"# Copyright (c) 2018-2023 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
|
||||||
"# SPDX-License-Identifier: MIT",
|
"# SPDX-License-Identifier: MIT",
|
||||||
'"""BumpVer: A CLI program for versioning."""',
|
'"""BumpVer: A CLI program for versioning."""',
|
||||||
'',
|
'',
|
||||||
|
|
@ -256,7 +256,7 @@ def test_v2_iter_rewritten():
|
||||||
"# This file is part of the bumpver project",
|
"# This file is part of the bumpver project",
|
||||||
"# https://github.com/mbarkhau/bumpver",
|
"# https://github.com/mbarkhau/bumpver",
|
||||||
"#",
|
"#",
|
||||||
"# Copyright (c) 2018-2022 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
|
"# Copyright (c) 2018-2023 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
|
||||||
"# SPDX-License-Identifier: MIT",
|
"# SPDX-License-Identifier: MIT",
|
||||||
'"""BumpVer: A CLI program for versioning."""',
|
'"""BumpVer: A CLI program for versioning."""',
|
||||||
'',
|
'',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue