newsbot-api/services/cache/monitor_test.go

14 lines
216 B
Go
Raw Normal View History

package cache_test
import (
"testing"
"github.com/jtom38/newsbot/collector/services/cache"
)
func TestCacheTaintItem(t *testing.T) {
cc := cache.NewCacheClient("Testing")
cc.Insert("UnitTesting01", "test")
}