From 750d4d5eb62d221c2d4ae90386950d0315e1228e Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Sun, 3 Jun 2018 12:54:40 -0400 Subject: [PATCH] Specify MaxSize in PATCH tests that refer to it --- patch_test.go | 3 +++ 1 file changed, 3 insertions(+) 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{