We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29abe7 commit 7b6c40dCopy full SHA for 7b6c40d
modules/sara/flasher.go
@@ -41,10 +41,9 @@ type Flasher struct {
41
}
42
43
func (flasher *Flasher) Hello() error {
44
-
45
- f.Expect("ATE0", "OK", 100)
46
47
+ flasher.Expect("ATE0", "OK", 100)
48
_, err := flasher.Expect("AT", "OK", 100)
49
return err
50
0 commit comments