Skip to content

Commit

Permalink
Add unit test that should pass once #328 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongseok Lee committed May 11, 2020
1 parent 18be273 commit 5d55150
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
class TestIssue328(unittest.TestCase):

def _test_issue328(self, binding):
# TODO: The next line should be uncommented once #328 is resolved.
# self.assertEqual(binding.VectorScalar, float)
pass

def test_issue328(self):
Expand Down

0 comments on commit 5d55150

Please sign in to comment.