修复一处测试用例

This commit is contained in:
GoEdgeLab
2023-10-01 19:48:35 +08:00
parent eb556ddf44
commit ba0ff4ede6
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -113,6 +113,10 @@ func (this *FileListHashMap) Len() int {
return len(this.m)
}
func (this *FileListHashMap) SetIsAvailable(isAvailable bool) {
this.isAvailable = isAvailable
}
func (this *FileListHashMap) bigInt(hash string) uint64 {
var bigInt = big.NewInt(0)
bigInt.SetString(hash, 16)