fix hardcoded test cases

This commit is contained in:
Manuel Barkhau 2022-02-11 22:49:58 +00:00
parent 328ef5c10a
commit defbf89fa8

View file

@ -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-2021 Manuel Barkhau (mbarkhau@gmail.com) - MIT License", "# Copyright (c) 2018-2022 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-2021 Manuel Barkhau (mbarkhau@gmail.com) - MIT License", "# Copyright (c) 2018-2022 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."""',
'', '',