fix compilation error

This commit is contained in:
Chris Lu
2019-06-22 12:30:08 -07:00
parent c369e5a13b
commit cd45ab072a
3 changed files with 21 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ import (
func TestFileIdSize(t *testing.T) {
fileIdStr := "11745,0293434534cbb9892b"
fid, _ := toFileId(fileIdStr)
fid, _ := toFileIdObject(fileIdStr)
bytes, _ := proto.Marshal(fid)
println(len(fileIdStr))