mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 05:38:28 +00:00
Fixed test cases (#7732)
* Fix Cannot find symbol and test case * Add generated tests Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
committed by
GitHub
parent
96d438df47
commit
449d5649d6
@@ -1418,7 +1418,7 @@ class TestByteLayout(unittest.TestCase):
|
||||
|
||||
# Systems endian:
|
||||
b = flatbuffers.Builder(0)
|
||||
x = np.array([True, False, True], dtype=np.bool)
|
||||
x = np.array([True, False, True], dtype=bool)
|
||||
b.CreateNumpyVector(x)
|
||||
self.assertBuilderEquals(
|
||||
b,
|
||||
|
||||
Reference in New Issue
Block a user