1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-02 22:17:12 +08:00

firmata: change test name for TCPAdaptor

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-01-02 22:18:12 +01:00
parent 0ce92924c4
commit b8b6f8c89a

View File

@ -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")
}