From efe70bb0f32681010dc2e23620a52a0294a2593e Mon Sep 17 00:00:00 2001 From: Acconut Date: Tue, 31 Mar 2015 23:51:28 +0200 Subject: [PATCH] add test for returning offset after concatenation --- concat_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/concat_test.go b/concat_test.go index 7182a40..250ce6e 100644 --- a/concat_test.go +++ b/concat_test.go @@ -179,6 +179,7 @@ func TestConcatFinal(t *testing.T) { ResHeader: map[string]string{ "Upload-Concat": "final; http://tus.io/files/a http://tus.io/files/b", "Upload-Length": "10", + "Upload-Offset": "10", }, }).Run(handler, t)