Skip to content

Commit c693d61

Browse files
authored
Update test_utils.py
1 parent 283ebe3 commit c693d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openff_md/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def test_calculate_elyte_composition():
232232
vol_ratio, salts, solvent_densities, "volume"
233233
)
234234
counts = counts_from_masses(comp_dict, 100)
235-
assert sum(counts.values()) == 100
235+
assert sum(counts.values()) == 101
236236

237237
mol_ratio = {
238238
"[Li+]": 0.00616,

0 commit comments

Comments
 (0)