X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/5433ca327290cc235c1524a4e64b32a4b45f6d99..8f4a41c94206729a13c8d775664cb7310a1a0a1f:/hotline/transaction_handlers_test.go diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go index b734049..21643bf 100644 --- a/hotline/transaction_handlers_test.go +++ b/hotline/transaction_handlers_test.go @@ -494,7 +494,7 @@ func TestHandleGetFileInfo(t *testing.T) { NewField(fieldFileName, []byte("testfile.txt")), NewField(fieldFileTypeString, []byte("TEXT")), NewField(fieldFileCreatorString, []byte("ttxt")), - NewField(fieldFileComment, []byte("TODO")), + NewField(fieldFileComment, []byte{}), NewField(fieldFileType, []byte("TEXT")), NewField(fieldFileCreateDate, make([]byte, 8)), NewField(fieldFileModifyDate, make([]byte, 8)),