Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Nov 10, 2023
1 parent 195cf71 commit 34f9291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/isajson/test_isajson.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ def test_json_load_and_dump_bii_s_test(self):
study_bii_s_test = [s for s in ISA_J['studies'] if s['filename'] == 's_study.txt'][0]
assay_gx = [a for a in study_bii_s_test['assays'] if a['filename'] == 'a_assay.txt'][0]


def test_json_load_and_dump_isa_le_test(self):
# Load into ISA objects
with open(os.path.join(utils.JSON_DATA_DIR, 'TEST-ISA-LabeledExtract1', 'isa-test-le1.json')) as isajson_fp:
Expand Down

0 comments on commit 34f9291

Please sign in to comment.