Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Jul 3, 2024
1 parent 42b621e commit 22c4d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comtypes/test/test_dispifc_safearrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_inout_pointer_dual(self):
)
test_array = self._create_zero_array()
self.assertEqual(test_array.unpack(), self.UNPACKED_ZERO_VALS)
res = dualifc.InitArray(pointer(test_array))
res = dualifc.InitArray(test_array)
print("=dual=pointer========")
print(res)
print("==========")
Expand Down

0 comments on commit 22c4d5c

Please sign in to comment.