We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d3ae4 commit 9e91b6bCopy full SHA for 9e91b6b
tests/tests.py
@@ -161,7 +161,7 @@ def test_class_with_byte_array_rw(self):
161
jobj = self.read_file("testClassWithByteArray.ser")
162
pobj = javaobj.loads(jobj)
163
164
- # j8spencer (Google, LLC) 2018-01-16: It seems specific support for
+ # j8spencer (Google, LLC) 2018-01-16: It seems specific support for
165
# byte arrays was added, but is a little out-of-step with the other
166
# types in terms of style. This UT was broken, since the "myArray"
167
# member has the array stored as a tuple of ints (not a byte string)
0 commit comments