Skip to content

Commit

Permalink
Merge pull request #198 from prjemian/194-LGTM-plugins
Browse files Browse the repository at this point in the history
fix test alerts per LGTM review
  • Loading branch information
prjemian committed Aug 15, 2019
2 parents 35eaa30 + 52f1389 commit 54e465c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Change History
Production
**********

:2021.1.2: expected *2019.09*, refactor
:2021.1.2: expected *2019.08.16*, refactor

* `#195 <https://github.com/prjemian/spec2nexus/issues/195>`_
drop CII badge: not useful to spec2nexus
Expand Down
1 change: 1 addition & 0 deletions tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def test_empty_positioner(self):
self.assertEqual(len(scan.header.O[0]), 0)
self.assertEqual(len(scan.header.o), 1)
self.assertEqual(len(scan.header.o[0]), 0)

self.assertGreater(scan.raw.find("\n#P0 \n"), 0)
self.assertEqual(len(scan.P), 1)
self.assertEqual(len(scan.P[0]), 0)
Expand Down

0 comments on commit 54e465c

Please sign in to comment.