Adds a skeleton for an AlbumDescriptionCache
This commit is contained in:
10
album_description_cache_test.go
Normal file
10
album_description_cache_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import . "gopkg.in/check.v1"
|
||||
|
||||
type AlbumDescriptionCacheSuite struct{}
|
||||
|
||||
var _ = Suite(&AlbumDescriptionCacheSuite{})
|
||||
|
||||
func (s *AlbumDescriptionCacheSuite) TestCanFetchCache(c *C) {
|
||||
}
|
||||
Reference in New Issue
Block a user