X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/583fd0d2d9064c173a13d6735edde771d5789de7..2728d12b6169a978aa3dc2e35390923d2eecd295:/hotline/transaction_handlers_test.go diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go index f0a3ee7..f8d3b2e 100644 --- a/hotline/transaction_handlers_test.go +++ b/hotline/transaction_handlers_test.go @@ -490,7 +490,7 @@ func TestHandleGetFileInfo(t *testing.T) { Fields: []Field{ NewField(fieldFileName, []byte("testfile.txt")), NewField(fieldFileTypeString, []byte("TEXT")), - NewField(fieldFileCreatorString, []byte("TTXT")), + NewField(fieldFileCreatorString, []byte("ttxt")), NewField(fieldFileComment, []byte("TODO")), NewField(fieldFileType, []byte("TEXT")), NewField(fieldFileCreateDate, []byte{0x07, 0x70, 0x00, 0x00, 0xba, 0x74, 0x24, 0x73}),