Skip to content

Commit

Permalink
adapt BI test to new readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron committed Mar 5, 2025
1 parent 1572295 commit 42fc28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fields/test_base_information.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_write_information(readme_metadata, valid_data):
assert "## Input" in generated_text #This field is only present in new metadata
assert "- **[Publication]" in generated_text
assert "- **[Source Code]" in generated_text
assert "## Citation" in generated_text
assert "## References" in generated_text

def test_write_information_to_file(readme_metadata, valid_data):
test_file_path = "test_readme.md"
Expand Down

0 comments on commit 42fc28f

Please sign in to comment.