12 lines
265 B
Python
12 lines
265 B
Python
# SPDX-FileCopyrightText: 2025 2025
|
||
# SPDX-FileContributor: Gergely Polonkai
|
||
#
|
||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
"""Stub test so the test job doesn’t fail"""
|
||
|
||
|
||
def test_stub() -> None:
|
||
"""Stub test so the test job doesn’t fail"""
|
||
|
||
assert True
|