Skip to content

Commit

Permalink
Changed a test name that was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
genisott committed Nov 28, 2024
1 parent b0b1d51 commit 92f0b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def heat_balance(conductor_temperature, current):
assert conductor_temperature == pytest.approx(15, rel=1e-7)


def test_compute_conductor_temperature_computes_correct_ampacity():
def test_compute_conductor_ampacity_computes_correct_ampacity():
def heat_balance(conductor_temperature, current):
A = current
T = conductor_temperature
Expand Down

0 comments on commit 92f0b86

Please sign in to comment.