Skip to content

Commit

Permalink
firmata: change test name for TCPAdaptor
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jan 2, 2017
1 parent 0ce9292 commit b8b6f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/firmata/tcp_firmata_adaptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func initTestTCPAdaptor() *TCPAdaptor {
return a
}

func TestBB8Driver(t *testing.T) {
func TestFirmataTCPAdaptor(t *testing.T) {
a := initTestTCPAdaptor()
gobottest.Assert(t, a.Name(), "TCPFirmata")
}

0 comments on commit b8b6f8c

Please sign in to comment.