Skip to content

Commit 7e2e0ed

Browse files
fix error test
1 parent e9f68d7 commit 7e2e0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_solvers/test_base_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_nonmonotonic_teval(self):
7070
# Check stepping with step size too small
7171
dt = 1e-9
7272
with self.assertRaisesRegex(
73-
pybamm.SolverError, "Step time must be at least 1.000 us"
73+
pybamm.SolverError, "Step time must be at least 1.000 ns"
7474
):
7575
solver.step(None, model, dt)
7676

0 commit comments

Comments
 (0)