X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/9cf66aeafbcbb9237fedc2efc97cc2856eb60f7f..0ed5132769e88cb385b5240986b706430f0ccd72:/hotline/news_test.go diff --git a/hotline/news_test.go b/hotline/news_test.go index 44776dd..a2102b2 100644 --- a/hotline/news_test.go +++ b/hotline/news_test.go @@ -12,9 +12,9 @@ func TestNewsCategoryListData15_MarshalBinary(t *testing.T) { Articles map[uint32]*NewsArtData SubCats map[string]NewsCategoryListData15 Count []byte - AddSN []byte - DeleteSN []byte - GUID []byte + AddSN [4]byte + DeleteSN [4]byte + GUID [16]byte } tests := []struct { name string @@ -75,7 +75,6 @@ func TestNewsCategoryListData15_MarshalBinary(t *testing.T) { Name: tt.fields.Name, Articles: tt.fields.Articles, SubCats: tt.fields.SubCats, - Count: tt.fields.Count, AddSN: tt.fields.AddSN, DeleteSN: tt.fields.DeleteSN, GUID: tt.fields.GUID,