pavel-avilov commented on a change in pull request #16826:
URL: https://github.com/apache/beam/pull/16826#discussion_r807544012



##########
File path: playground/backend/internal/cache/local/local_cache_test.go
##########
@@ -191,12 +230,31 @@ func TestLocalCache_SetExpTime(t *testing.T) {
                expTime    time.Duration
        }
        tests := []struct {
-               name   string
-               fields fields
-               args   args
+               name    string
+               fields  fields
+               args    args
+               wantErr bool
        }{
                {
+                       // Test case with calling SetExpTime method with 
pipelineId and his expiration time.

Review comment:
       Done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to