Skip to content

Commit 0aac828

Browse files
committed
fix: add missing field in mock test
1 parent fa4fdf6 commit 0aac828

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libraries/tests/test_github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def test_get_library_list(library_updater):
6868
"github_url": "example.com",
6969
"description": "Test description",
7070
"cxxstd": "11",
71+
"cxxstd_max": None,
7172
"category": ["Test"],
7273
"authors": ["John Doe"],
7374
"maintainers": ["Jane Doe"],

0 commit comments

Comments
 (0)