Skip to content

Commit 4f59846

Browse files
authored
Update test_utils.py
1 parent cb972d6 commit 4f59846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/openff_md/test_utils.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ def test_calculate_elyte_composition():
231231
comp_dict = calculate_elyte_composition(
232232
vol_ratio, salts, solvent_densities, "volume"
233233
)
234-
counts = counts_from_masses(comp_dict, 100)
235-
assert sum(counts.values()) == 100
234+
counts = counts_from_masses(comp_dict, 101)
235+
assert sum(counts.values()) == 101
236236

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

0 commit comments

Comments
 (0)