Skip to content

Commit

Permalink
fix test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
astrelsky committed Sep 10, 2024
1 parent dddaae8 commit f7523a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/jpypetest/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,3 +616,6 @@ def testJArrayInvalidGeneric(self):

def testJArrayGenericJClass(self):
self.assertEqual(type(JClass[0]), JArray[JClass])

def testJArrayJavaClass(self):
self.assertEqual(type(JObject[0]), JArray[JObject.class_])

0 comments on commit f7523a6

Please sign in to comment.