Skip to content

Commit 8e87707

Browse files
author
Dilawar Singh
committed
Fixed the streamer test.
1 parent e62ec09 commit 8e87707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/test_streamer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test( ):
113113
# print( data.dtype )
114114
time = data['time']
115115
print( time )
116-
assert data.shape >= (58,4), data.shape
116+
assert data.shape >= (58,), data.shape
117117
print( '[INFO] Test 2 passed' )
118118

119119
def main( ):

0 commit comments

Comments
 (0)