digispark: remove test that is expected to ofail, but passes when digispark board is actually connected
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
parent
99f9156ab7
commit
be798fd42b
|
@ -128,10 +128,7 @@ func TestDigisparkAdaptorName(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestAdaptorConnect(t *testing.T) {
|
||||
a := NewAdaptor()
|
||||
gobottest.Assert(t, a.Connect(), ErrConnection)
|
||||
|
||||
a = initTestAdaptor()
|
||||
a := initTestAdaptor()
|
||||
gobottest.Assert(t, a.Connect(), nil)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue