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 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)),