Skip to content

Commit 18c86cb

Browse files
committed
Fix molform database on lipid test
1 parent 4c453bf commit 18c86cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_wf_lipidomics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_lipidomics_workflow():
8282
ms1_params.mass_spectrum.noise_min_mz, ms1_params.mass_spectrum.min_picking_mz = 0, 0
8383
ms1_params.mass_spectrum.noise_max_mz, ms1_params.mass_spectrum.max_picking_mz = np.inf, np.inf
8484
ms1_params.ms_peak.legacy_resolving_power = False
85-
ms1_params.molecular_search.url_database = ""
85+
ms1_params.molecular_search.url_database = "postgresql://coremsdb:coremsmolform@postgres:5432/molformula"
8686
ms1_params.molecular_search.usedAtoms = {
8787
'C': (10, 30),
8888
'H': (18, 200),

0 commit comments

Comments
 (0)