Skip to content

Commit

Permalink
Rename computer/rc_control_test.py to test/rc_control_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hamuchiwa committed Apr 10, 2016
1 parent ec89a64 commit 34c462e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion computer/rc_control_test.py → test/rc_control_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def steer(self):
self.ser.write(chr(0))

if __name__ == '__main__':
RCTest()
RCTest()

0 comments on commit 34c462e

Please sign in to comment.