Skip to content

Commit 526a908

Browse files
committed
Fix test assertion for the new year.
1 parent 356fe82 commit 526a908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def test_toolchain_uses_cache_without_relenv_data(
529529
def test_copyright_headers() -> None:
530530
"""Verify all Python source files have the correct copyright header."""
531531
expected_header = (
532-
"# Copyright 2022-2025 Broadcom.\n" "# SPDX-License-Identifier: Apache-2.0\n"
532+
"# Copyright 2022-2026 Broadcom.\n" "# SPDX-License-Identifier: Apache-2.0\n"
533533
)
534534

535535
# Find all Python files in relenv/ and tests/

0 commit comments

Comments
 (0)