Skip to content

Commit

Permalink
Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed May 22, 2020
1 parent 6958312 commit 3f86d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/frame_get_all_nodes_information_ntf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_bytes(self):
frame.node_variation = NodeVariation.TOPHUNG
frame.power_mode = 1
frame.build_number = 7
frame._serial_number = ( # pylint: disable=protected-access
frame._serial_number = ( # pylint: disable=protected-access
b"\x01\x02\x03\x04\x05\x06\x06\x08"
)
frame.state = 1
Expand Down

0 comments on commit 3f86d67

Please sign in to comment.