diff --git a/integration/get_test.go b/integration/get_test.go index ed5f243..8af40f0 100644 --- a/integration/get_test.go +++ b/integration/get_test.go @@ -60,7 +60,7 @@ func TestGetContent(t *testing.T) { assert.True(t, getSize(resp.Body) > 100) assert.Len(t, resp.Header.Get("ETag"), 42) - // TODO test get of non cachable content (content size > fileCacheSizeLimit) + // TODO: test get of non cachable content (content size > fileCacheSizeLimit) } func TestCustomDomain(t *testing.T) {