Skip to content

Commit

Permalink
Change to ERR number
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed Jan 3, 2025
1 parent 2e9ad6e commit 98d739c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
]
},
{
"value": "ERN00000001",
"value": "ERR00000001",
"path": [
{
"key": "investigation"
Expand Down
2 changes: 1 addition & 1 deletion mars-cli/tests/test_isa_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def test_update_datafile_comment_with_accession_comment_present():
isa_json = load_isa_json(json_path, False)
response_file_path = "tests/fixtures/mars_receipts/ena_success_response.json"
ena_response = RepositoryResponse.from_json_file(response_file_path)
data_file_accession_number = "ERN00000001"
data_file_accession_number = "ERR00000001"

updated_isa_json = update_isa_json(isa_json, ena_response)
data_file_comments = (
Expand Down

0 comments on commit 98d739c

Please sign in to comment.