Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hesspnnl committed Jan 16, 2025
1 parent 5424308 commit 8a96697
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nmdc_notebook_tools/test/test_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ def test_find_study_by_attribute():
def test_find_study_by_filter():
st = Study()
stu = st.study_by_filter(
'{"name":"Deep subsurface shale carbon reservoir microbial communities from Ohio and West Virginia"}'
'{"name":"Lab enrichment of tropical soil microbial communities from Luquillo Experimental Forest, Puerto Rico"}'
)
assert len(stu) > 0
assert (
stu[0]["name"]
== "Lab enrichment of tropical soil microbial communities from Luquillo Experimental Forest, Puerto Rico"
)

0 comments on commit 8a96697

Please sign in to comment.