Skip to content

Commit

Permalink
fixing the metadata in test_build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikibonacci committed Feb 13, 2024
1 parent 240e635 commit 76c43be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Empty file added src/__init__.py
Empty file.
4 changes: 0 additions & 4 deletions tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,8 @@ def code_metadata(requests_mock, code_logo):
"""Create metadata content for a test code."""
return {
"description": "A test code that does not really exist.",
"title": "Test Code",
"version": "1.0.0",
"authors": "big-map",
"affiliations": "big-map",
"logo": code_logo.url,
"state": "development",
}


Expand Down

0 comments on commit 76c43be

Please sign in to comment.