diff --git a/patch_test.go b/patch_test.go index 9fa2fab..a2f85c0 100644 --- a/patch_test.go +++ b/patch_test.go @@ -272,6 +272,7 @@ func TestPatch(t *testing.T) { handler, _ := NewHandler(Config{ DataStore: store, + MaxSize: 20, }) body := strings.NewReader("hellothisismore") @@ -307,6 +308,7 @@ func TestPatch(t *testing.T) { handler, _ := NewHandler(Config{ DataStore: store, + MaxSize: 20, }) (&httpTest{ @@ -346,6 +348,7 @@ func TestPatch(t *testing.T) { handler, _ := NewHandler(Config{ DataStore: store, + MaxSize: 20, }) (&httpTest{