Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Fix exported field errors
Browse files Browse the repository at this point in the history
  • Loading branch information
onuryilmaz committed Jul 5, 2016
1 parent 2a785c7 commit 996181c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions btce_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ func TestBTCE(t *testing.T) {
Convey("BTCE instance created", t, func() {

Convey("Public API should be available", func() {
So(btce.public, ShouldNotBeNil)
So(btce.Public, ShouldNotBeNil)
})

Convey("Trade API should be available", func() {
So(btce.trade, ShouldNotBeNil)
So(btce.Trade, ShouldNotBeNil)
})
})
}

0 comments on commit 996181c

Please sign in to comment.