Skip to content

Commit 7fa3386

Browse files
committed
Add deletion of the mol form db to the lipid test
1 parent ebfcab1 commit 7fa3386

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_wf_lipidomics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def test_lipidomics_workflow():
131131
# Perform a molecular search on a few of the mass features
132132
mol_form_search = SearchMolecularFormulasLC(myLCMSobj)
133133
mol_form_search.run_mass_feature_search()
134+
mol_form_search.delete_db()
134135

135136
# Check results of molecular search
136137
assert myLCMSobj.mass_features[0].ms1_peak[0].string == "C20 H30 O2"

0 commit comments

Comments
 (0)