Skip to content

Commit

Permalink
solve
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 13, 2024
1 parent 3f3d08d commit 85b4ef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compress/api_restreamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package compress
import (
"encoding/json"
"fmt"

"gopkg.in/validator.v2"
)

Expand Down
4 changes: 2 additions & 2 deletions test/api_restreamer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ func TestGetRestreamersOttAll(t *testing.T) {
t.Fatalf(err.Error())
}
// need to be finish
restreamers, err := c.GetRestreamersOttAll(0, 100)
_, err := c.GetRestreamersOttAll(0, 100)

Check failure on line 41 in test/api_restreamer_test.go

View workflow job for this annotation

GitHub Actions / build (1.18.x)

no new variables on left side of :=

Check failure on line 41 in test/api_restreamer_test.go

View workflow job for this annotation

GitHub Actions / build (1.19.x)

no new variables on left side of :=

Check failure on line 41 in test/api_restreamer_test.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

no new variables on left side of :=
if err != nil {
t.Fatalf(err.Error())
}
log.Println("restreamers ott ", restreamers)
//log.Println("restreamers ott ", restreamers)
//
}

0 comments on commit 85b4ef3

Please sign in to comment.