Skip to content

Commit

Permalink
Merge pull request #87 from ethanchewy/binanceplugin
Browse files Browse the repository at this point in the history
Removed API unit test since that makes no sense
  • Loading branch information
rocketbitz authored Jun 21, 2018
2 parents da61c12 + b45cd12 commit 81d47f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contrib/binancefeeder/binancefeeder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ func (t *TestSuite) TestNew(c *C) {
//The symbols from the biannce API can very well change so
//if this test fails, consider that the API might of changed with more symbols

config = getConfig(``)
ret, err = NewBgWorker(config)
worker = ret.(*BinanceFetcher)
c.Assert(err, IsNil)
c.Assert(len(worker.symbols), Equals, 357)
// config = getConfig(``)
// ret, err = NewBgWorker(config)
// worker = ret.(*BinanceFetcher)
// c.Assert(err, IsNil)
// c.Assert(len(worker.symbols), Equals, 357)

config = getConfig(`{
"query_start": "2017-01-02 00:00"
Expand Down

0 comments on commit 81d47f4

Please sign in to comment.