diff options
| author | jhalter <868228+jhalter@users.noreply.github.com> | 2022-05-25 19:58:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-25 19:58:02 -0700 |
| commit | 4eae11a5698d60bc51d608713088c546cff3c1ba (patch) | |
| tree | da18c1a90c1aff1da9af384b09e68a4040e95c6b /hotline/transaction_handlers_test.go | |
| parent | 5433ca327290cc235c1524a4e64b32a4b45f6d99 (diff) | |
| parent | 5218c7823d91f5c8910813b02b41bda3de9f9c6e (diff) | |
Merge pull request #11 from jhalter/remove_placeholder_todo_file_comment
Remove placeholder file comment
Diffstat (limited to 'hotline/transaction_handlers_test.go')
| -rw-r--r-- | hotline/transaction_handlers_test.go | 2 |
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)), |