Skip to content

Commit 0ee3446

Browse files
Update packages/api/internal/sandbox/storage/redis/state_change_test.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9059243 commit 0ee3446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/internal/sandbox/storage/redis/state_change_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ func TestWaitForStateChange_ContextCancellation(t *testing.T) {
387387
}
388388

389389
// Clean up
390-
callback(t.Context(), nil)
390+
callback(context.Background(), nil)
391391
}
392392

393393
func TestWaitForStateChange_MultipleWaiters(t *testing.T) {

0 commit comments

Comments
 (0)