Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Sep 11, 2024
1 parent e19799c commit a8af48c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/analysis/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

def test_get_citation(settings):
initial = settings.IS_DESKTOP

settings.IS_DESKTOP = False
assert "BMDS Online" in utils.get_citation()
print(utils.get_citation())

settings.IS_DESKTOP = True
assert "BMDS Desktop" in utils.get_citation()
print(utils.get_citation())

settings.IS_DESKTOP = initial

0 comments on commit a8af48c

Please sign in to comment.