Skip to content

Commit

Permalink
* Clean up test cases and remove tons of printing
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-yakop committed Jan 1, 2021
1 parent 37e4f5c commit 81ee2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions internal/bi5/bi5_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package bi5

import (
"fmt"
"github.com/stretchr/testify/assert"
"io/ioutil"
"os"
Expand Down Expand Up @@ -29,7 +28,7 @@ func testDownloadAndStream(t *testing.T, dateHour time.Time, firstTickDataString
assert.Equal(t, firstTickDataString, tickDataString)
isFirst = false
}
fmt.Printf("%v\n", tickDataString)
//fmt.Printf("%v\n", tickDataString)
}
} else {
t.Fail()
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func main() {
if err != nil {
fmt.Println("--------------------------------------------")
fmt.Printf("Error: %s\n", err)
fmt.Println("--------------------------------------------\n")
fmt.Println("--------------------------------------------")
fmt.Println("Usage:")
flag.PrintDefaults()
return
Expand Down

0 comments on commit 81ee2f4

Please sign in to comment.