cmd/rv/probe_test.go fix test with nocv build

This commit is contained in:
Russell Stanley 2022-04-22 15:23:25 +09:30
parent 83317e9bbc
commit fe0c9ffcdb
1 changed files with 0 additions and 2 deletions

View File

@ -53,12 +53,10 @@ func TestProbe(t *testing.T) {
t.Fatalf("failed to create turbidity probe") t.Fatalf("failed to create turbidity probe")
} }
t.Log(ts.transform)
err = ts.Update(config) err = ts.Update(config)
if err != nil { if err != nil {
t.Fatalf("could not update probe: %v", err) t.Fatalf("could not update probe: %v", err)
} }
t.Log(ts.transform)
video, err := ioutil.ReadFile("logo.h264") video, err := ioutil.ReadFile("logo.h264")
if err != nil { if err != nil {