Skip to content

Commit

Permalink
aha
Browse files Browse the repository at this point in the history
  • Loading branch information
aforren1 committed Feb 25, 2020
1 parent a0fc833 commit 9ef626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/input/test_mpdevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ def test_views():
time, data = dev.read()
datas.append(data)
print(datas)
assert(datas[0][-1, 3] == datas[1][-1, 3])
assert(datas[0][2, 3] == datas[1][2, 3])

0 comments on commit 9ef626f

Please sign in to comment.