Skip to content

Commit 746d711

Browse files
authored
Fix container setting for cel test all types example in online REPL (#1182)
1 parent 83ab641 commit 746d711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repl/appengine/web/src/app/reference_panel/reference-panel-component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const examples = new Map<string, Example>([
188188
request: {
189189
commands: [
190190
`%load_descriptors --pkg 'cel-spec-test-types'`,
191-
`%option --container "google.api.expr.test.v1"`,
191+
`%option --container "cel.expr.conformance"`,
192192
`%let pb3 = proto3.TestAllTypes{}`,
193193
`%let pb2 = proto2.TestAllTypes`,
194194
`pb3 == proto3.TestAllTypes{}`

0 commit comments

Comments
 (0)