11 lines
197 B
Go
11 lines
197 B
Go
package main
|
|
|
|
import . "gopkg.in/check.v1"
|
|
|
|
type AlbumDescriptionCacheSuite struct{}
|
|
|
|
var _ = Suite(&AlbumDescriptionCacheSuite{})
|
|
|
|
func (s *AlbumDescriptionCacheSuite) TestCanFetchCache(c *C) {
|
|
}
|