aboutsummaryrefslogtreecommitdiff
path: root/hotline/transaction_handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hotline/transaction_handlers_test.go')
-rw-r--r--hotline/transaction_handlers_test.go2
1 files changed, 1 insertions, 1 deletions
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}),