Skip to content

Commit

Permalink
update test doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Oct 23, 2023
1 parent 3c2cba8 commit 68212f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_material.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def test_multispecies_dict_objects():


def test_multispecies_dict_objects_and_strings():
"""Test that the diffusion coefficient is correctly defined when keys are
festim.Species objects"""
"""Test that the diffusion coefficient is correctly defined when keys
are a mix of festim.Species objects and strings"""
T = 500
D_0_A, D_0_B = 1, 2
E_D_A, E_D_B = 0.1, 0.2
Expand Down

0 comments on commit 68212f3

Please sign in to comment.