Skip to content

Commit

Permalink
added new test
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 16, 2023
1 parent 733d0e1 commit 9cbad05
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api_customer_test.go
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
package test
package test

16 changes: 16 additions & 0 deletions test/api_restreamer_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package test

import (
"testing"
)

func TestGetRestreamers(t *testing.T) {
//
_, err := GetCompress()
if err != nil {
t.Fatalf(err.Error())
}
// need to be finish
//c.GetCategories()
//c.IsDebug()
}

0 comments on commit 9cbad05

Please sign in to comment.