aboutsummaryrefslogtreecommitdiff
path: root/hotline/file_transfer_test.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-09 21:36:27 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-09 21:42:05 -0700
commitd9bc63a10d0978d9a5222cf7be74044e55f409b7 (patch)
tree1797c9593c279bf1334ed8285de8054a92a28dcb /hotline/file_transfer_test.go
parent8fa166777cbcd92e871e937d9557f0f1a732c04d (diff)
Extensive refactor and clean up
Diffstat (limited to 'hotline/file_transfer_test.go')
-rw-r--r--hotline/file_transfer_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/file_transfer_test.go b/hotline/file_transfer_test.go
index 213cb9a..d12f29a 100644
--- a/hotline/file_transfer_test.go
+++ b/hotline/file_transfer_test.go
@@ -11,7 +11,7 @@ func TestFileTransfer_String(t *testing.T) {
FileName []byte
FilePath []byte
refNum [4]byte
- Type int
+ Type FileTransferType
TransferSize []byte
FolderItemCount []byte
fileResumeData *FileResumeData