Skip to content

Commit b416aba

Browse files
committed
remove placeholder
1 parent 456a5ed commit b416aba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mars-cli/tests/test_isa_json.py

-4
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,6 @@ def test_update_datafile_comment_with_accession_comment_present():
288288
assert next(accession_comment).value == data_file_accession_number
289289

290290

291-
def test_update_datafile_comment_without_accession_comment_present():
292-
pass
293-
294-
295291
def test_filename_validation():
296292
# ISA should have a filename that starts with 'x_'
297293
with pytest.raises(ValidationError, match="'filename' should start with 'i_'"):

0 commit comments

Comments
 (0)