Skip to content

Commit b6da9fa

Browse files
committed
Add lengthscale source to test.
1 parent 2ac949a commit b6da9fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbpy/bib/tests/test_bib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ def test_Tracking_issue_64():
155155

156156
reset()
157157
with Tracking():
158-
gamma_H2O = photo_lengthscale("H2O")
159-
gamma_OH = photo_lengthscale("OH")
158+
gamma_H2O = photo_lengthscale("H2O", "CS93")
159+
gamma_OH = photo_lengthscale("OH", "CS93")
160160
words = show().split()
161161
assert "OH" in words
162162
assert "H2O" in words

0 commit comments

Comments
 (0)