Skip to content

Commit

Permalink
FIX: Lower
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 17, 2024
1 parent 9f7d5f0 commit 74d5558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def check_min_version(package, min_version):
import matplotlib.pyplot as plt

backend = plt.get_backend()
assert backend == "QtAgg", backend
assert backend.lower() == "qtagg", backend

check_min_version(pyvistaqt, "0.11.0")

Expand Down

0 comments on commit 74d5558

Please sign in to comment.