Skip to content

Commit

Permalink
Renamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSOKane committed Aug 2, 2023
1 parent f1b849e commit 13a6933
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import unittest


class TestOKane2022_graphite_halfcell(TestCase):
class TestOKane2022_negative_halfcell(TestCase):
def test_functions(self):
param = pybamm.ParameterValues("OKane2022_graphite_halfcell")
param = pybamm.ParameterValues("OKane2022_negative_halfcell")
sto = pybamm.Scalar(0.9)
T = pybamm.Scalar(298.15)

Expand Down

0 comments on commit 13a6933

Please sign in to comment.