We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd8b3a5 + 6af9ad2 commit f282abdCopy full SHA for f282abd
unsplash/unsplash_test.go
@@ -125,10 +125,11 @@ func TestUnsplash(T *testing.T) {
125
assert.NotNil(resp)
126
log.Println(stats)
127
128
- monthlyStats, resp, err := unsplash.MonthStats()
129
- assert.Nil(err)
130
- assert.NotNil(resp)
131
- assert.NotNil(monthlyStats)
+ //Disabling the test since API almost always times out
+ // monthlyStats, resp, err := unsplash.MonthStats()
+ // assert.Nil(err)
+ // assert.NotNil(resp)
132
+ // assert.NotNil(monthlyStats)
133
134
unsplash = New(nil)
135
stats, resp, err = unsplash.Stats()
0 commit comments