We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb54e9d commit 53e2f1aCopy full SHA for 53e2f1a
internal/provider/cached_image_data_source_test.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
// TODO: change this to only test for a non-existent image.
17
-// Move the heavy lifting to integration/
+// Move the heavy lifting to integration.
18
func TestAccCachedImageDataSource(t *testing.T) {
19
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
20
t.Cleanup(cancel)
0 commit comments