github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/x/token/memory_cache_test.go (about) 1 package token 2 3 import "testing" 4 5 func TestCache_AddFeeDetail(t *testing.T) { 6 cache := NewCache() 7 cache.reset() 8 }