Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Sep 30, 2023
1 parent 70d850c commit 392759f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/python/test_df.py
Expand Up @@ -44,5 +44,5 @@ def test_dash_app(self):
lf_dict = lf.__dict__
attrs = dict(map(lambda k: (k, lf_dict[k]), should.keys()))
self.assertEqual(should, attrs)
except ScreenInfoError as e:
warning.warn('Warning: could not get screen info--skipping')
except ScreenInfoError:
warnings.warn('Warning: could not get screen info--skipping')

0 comments on commit 392759f

Please sign in to comment.