Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Jul 20, 2024
1 parent d0aff52 commit 721d2f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/core/test_ion.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from unittest import TestCase

import pytest

from pymatgen.core import Composition, Element
from pymatgen.core.ion import Ion

Expand Down Expand Up @@ -59,6 +60,7 @@ def test_special_formulas(self):
("O3", "O3(aq)"),
("O2", "O2(aq)"),
("N2", "N2(aq)"),
("NaOH", "NaOH(aq)"),
("H4O4", "H2O2(aq)"),
("OH-", "OH[-1]"),
("H2PO4-", "H2PO4[-1]"),
Expand Down

0 comments on commit 721d2f8

Please sign in to comment.